Displaying 20 results from an estimated 6000 matches similar to: "Issue with 1.2.3 and lxcCheckNetNsSupport"
2014 Apr 08
0
Re: Issue with 1.2.3 and lxcCheckNetNsSupport
On Tue, Apr 08, 2014 at 04:53:44PM +0200, Thierry Parmentelat wrote:
> Hi there
>
> I’ve just moved to libvirt-1.2.3 from 1.2.1; we use it for dealing with lxc containers
> I just wanted to report that everything went well for us with this new release, except for one little glitch
> At some point the lxc drivers seems to check that the kernel indeed has the netns feature built in
2020 Aug 09
0
Re: Libvirtd Fails to Launch First Time
On 8/8/20 10:44 AM, Ken Swenson wrote:
> Hello,
>
> I'm having a quite odd issue with libvirtd. I have it set to start on
> boot via systemd service, however it seems to fail and the service
> 'succeeds' and does not continue running the daemon. There is nothing in
> the journal logs however the libvirtd debug logs seem to show
>
> 2020-08-08
2016 Nov 08
3
Sharing network namespace between containers
Hello
Based on the lxc driver documentation, I am trying to create an xml to
share an existing network namespace with another container. I am running
libvirt 1.2.15.
Here is the xml:
<domain type='lxc' xmlns:lxc='http://libvirt.org/schemas/domain/lxc/1.0'>
<name>nt</name>
<uuid>43c00192-e114-4e29-8ce7-4b5487f60a75</uuid>
<memory
2015 Apr 08
4
Centos 7.1.1503 + libvirt 1.2.14 = broken direct network mode
Hi all.
I use LXC on Centos 7 x86-64, with libvirt version 1.2.6 and 1.2.12
My container has bridged network:
# virsh dumpxml test1
<domain type='lxc'>
<name>test1</name>
<uuid>518539ab-7491-45ab-bb1d-3d7f11bfb0b1</uuid>
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>1048576</currentMemory>
2015 Apr 14
1
Re: oddity with lxc-enter-namespace
Hello
The latest attempts that I made on fedora21 all gave me the same result
I have tried
. vanilla rpm from f21 (1.2.9 IIRC)
. 1.2.14
. 1.2.13
. 1.2.12
these three ones I rebuilt from the source rpm published by libvirt
eventually I reworked my own tools to enter the container via ssh, so this is not an immediate concern to me any longer but it is definitely odd
I currently use 1.2.12
2014 Jul 02
2
Re: configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
On Wed, Jul 02, 2014 at 12:56:18AM +0200, Thierry Parmentelat wrote:
> Hi again
>
> Answering my own e-mail on a few points:
>
> . first off, stupid me, http://libvirt.org/format.html indeed is empty and it seems to be by design, but the subtrees are not, like e.g.
> http://libvirt.org/formatdomain.html
>
> . from this page it seems like using something like
>
2015 Apr 02
2
oddity with lxc-enter-namespace
Hi folks
I have a question about lxc-enter-namespace
I am migrating lxc containers from a host running libvirt-1.2.5 on f20 to another one running libvirt-1.2.9 on f21
and now I can't seem to use lxc-enter-namespace for entering in a container any more
I would do
virsh -c lxc:/// lxc-enter-namespace --noseclabel container /bin/bash
but when I try the same now I am getting this:
# virsh
2014 Jul 01
2
configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
Hi there
I have a couple of newbie questions concerning running a 32bits guest in a 64bits host using libvirt - lxc; I’m running libvirt-1.2.5 on fedora18 and fedora20
(a) is this supported at all, and
(b) if so how do I configure this for a given guest ?
guessing from the mere existence of http://www.redhat.com/archives/libvir-list/2011-February/msg01040.html
I would think the answer to (a) is
2014 Jan 29
2
dropping capabilities in lxc containers
Hi there
I’m not quite proficient with libvirt yet, and have been using it so far primarily to manage lxc containers
I was hoping to find a means to configure the set of capabilities that guests should drop, but came across a few web pages suggesting these were set in stone in the code
is this correct, or is there a means to tweak this set from the host via the xml config or a virsh command ?
2016 Jul 10
1
lxc containers won't start in a f24 custom install - odd cgroup fs layout observed
Hi folks
I use libvirt to programmatically spawn lxc containers
I am facing an issue when migrating from fedora23 to fedora24
I use the stock kernel and libvirt version on both deployments, i.e.:
f23: libvirt-1.2.18.3-2.fc23.x86_64 - kernel 4.5.7-202.fc23.x86_64
f24: libvirt-1.3.3.1-4.fc24.x86_64 - kernel 4.6.3-300.fc24.x86_64
First off, I need to outline that the host installation is done
2020 Apr 27
4
[PATCH net-next 0/3] vsock: support network namespace
Hi David, Michael, Stefan,
I'm restarting to work on this topic since Kata guys are interested to
have that, especially on the guest side.
While working on the v2 I had few doubts, and I'd like to have your
suggestions:
1. netns assigned to the device inside the guest
Currently I assigned this device to 'init_net'. Maybe it is better
if we allow the user to decide which
2020 Apr 27
4
[PATCH net-next 0/3] vsock: support network namespace
Hi David, Michael, Stefan,
I'm restarting to work on this topic since Kata guys are interested to
have that, especially on the guest side.
While working on the v2 I had few doubts, and I'd like to have your
suggestions:
1. netns assigned to the device inside the guest
Currently I assigned this device to 'init_net'. Maybe it is better
if we allow the user to decide which
2014 Jan 29
1
Re: dropping capabilities in lxc containers
Thanks for the feedback
I take it from your answer that there is no current plan in the direction of adding this as a feature, right ?
In this case, how would you welcome pull requests if we managed to add this on our side ?
Many thanks — Thierry
On 29 Jan 2014, at 14:27, Daniel P. Berrange <berrange@redhat.com> wrote:
> On Wed, Jan 29, 2014 at 09:43:25AM +0100, Thierry Parmentelat
2019 Mar 21
2
[summary] virtio network device failover writeup
> On 21 Mar 2019, at 15:12, Michael S. Tsirkin <mst at redhat.com> wrote:
>
> On Thu, Mar 21, 2019 at 03:04:37PM +0200, Liran Alon wrote:
>>
>>
>>> On 21 Mar 2019, at 14:57, Michael S. Tsirkin <mst at redhat.com> wrote:
>>>
>>> On Thu, Mar 21, 2019 at 02:47:50PM +0200, Liran Alon wrote:
>>>>
>>>>
2019 Mar 21
2
[summary] virtio network device failover writeup
> On 21 Mar 2019, at 15:12, Michael S. Tsirkin <mst at redhat.com> wrote:
>
> On Thu, Mar 21, 2019 at 03:04:37PM +0200, Liran Alon wrote:
>>
>>
>>> On 21 Mar 2019, at 14:57, Michael S. Tsirkin <mst at redhat.com> wrote:
>>>
>>> On Thu, Mar 21, 2019 at 02:47:50PM +0200, Liran Alon wrote:
>>>>
>>>>
2013 Jul 08
4
Re: Permission problem with /dev/net/tun
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Daniel,
On 07/08/2013 11:41 AM, Daniel P. Berrange wrote:
>> the symptom my libvirt LXC container suffers from is:
>> root@depot:/dev/net# ls -la total 0 drwxr-xr-x 2 root root 40
>> Jun 29 16:26 . drwxr-xr-x 5 root root 480 Jun 29 16:26 ..
>> root@depot:/dev/net# mknod tun c 10 200 mknod: `tun': Operation
>>
2019 Mar 21
1
[summary] virtio network device failover writeup
> On 21 Mar 2019, at 15:51, Michael S. Tsirkin <mst at redhat.com> wrote:
>
> On Thu, Mar 21, 2019 at 03:24:39PM +0200, Liran Alon wrote:
>>
>>
>>> On 21 Mar 2019, at 15:12, Michael S. Tsirkin <mst at redhat.com> wrote:
>>>
>>> On Thu, Mar 21, 2019 at 03:04:37PM +0200, Liran Alon wrote:
>>>>
>>>>
2019 Mar 21
1
[summary] virtio network device failover writeup
> On 21 Mar 2019, at 15:51, Michael S. Tsirkin <mst at redhat.com> wrote:
>
> On Thu, Mar 21, 2019 at 03:24:39PM +0200, Liran Alon wrote:
>>
>>
>>> On 21 Mar 2019, at 15:12, Michael S. Tsirkin <mst at redhat.com> wrote:
>>>
>>> On Thu, Mar 21, 2019 at 03:04:37PM +0200, Liran Alon wrote:
>>>>
>>>>
2016 May 20
1
how view all macvlan inrterfaces from LXC on hardware node
Hi all
We run LXC contrainers in macvlan bridge mode, i.e.;
<interface type='direct'>
<mac address='02:00:00:da:e1:b9'/>
<source dev='eno1.502' mode='bridge'/>
</interface>
In process list:
5339 ? Sl 0:03 /usr/libexec/libvirt_lxc --name t2.infra
--console 21 --security=none --handshake 24 --veth macvlan6
28645 ?
2019 Mar 21
4
[summary] virtio network device failover writeup
> On 21 Mar 2019, at 14:57, Michael S. Tsirkin <mst at redhat.com> wrote:
>
> On Thu, Mar 21, 2019 at 02:47:50PM +0200, Liran Alon wrote:
>>
>>
>>> On 21 Mar 2019, at 14:37, Michael S. Tsirkin <mst at redhat.com> wrote:
>>>
>>> On Thu, Mar 21, 2019 at 12:07:57PM +0200, Liran Alon wrote:
>>>>>>>> 2) It brings