Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-13 Thread Richard Weinberger
Am 11.06.2013 08:17, schrieb Gao feng: :) have fun with user namespace libvirt. And thanks for your test. Found an nasty issue. It looks like libvirt execs the lxc init within the wrong rootfs context. My container's rootfs contains the script named /xxx. If I try to use it as init, libvirt

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-13 Thread Gao feng
On 06/13/2013 09:30 PM, Richard Weinberger wrote: Am 11.06.2013 08:17, schrieb Gao feng: :) have fun with user namespace libvirt. And thanks for your test. Found an nasty issue. It looks like libvirt execs the lxc init within the wrong rootfs context. My container's rootfs contains the

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-11 Thread Richard Weinberger
Am 11.06.2013 05:12, schrieb Gao feng: On 06/11/2013 04:51 AM, Richard Weinberger wrote: Am 10.06.2013 21:53, schrieb Richard Weinberger: Am 10.06.2013 21:17, schrieb Richard Weinberger: Hi! Am 04.06.2013 13:03, schrieb Daniel P. Berrange: It's still under review. needs some ACK. If you can

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-11 Thread Gao feng
On 06/11/2013 02:02 PM, Richard Weinberger wrote: Am 11.06.2013 05:12, schrieb Gao feng: On 06/11/2013 04:51 AM, Richard Weinberger wrote: Am 10.06.2013 21:53, schrieb Richard Weinberger: Am 10.06.2013 21:17, schrieb Richard Weinberger: Hi! Am 04.06.2013 13:03, schrieb Daniel P. Berrange:

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-11 Thread Richard Weinberger
Am 11.06.2013 08:17, schrieb Gao feng: On 06/11/2013 02:02 PM, Richard Weinberger wrote: Am 11.06.2013 05:12, schrieb Gao feng: On 06/11/2013 04:51 AM, Richard Weinberger wrote: Am 10.06.2013 21:53, schrieb Richard Weinberger: Am 10.06.2013 21:17, schrieb Richard Weinberger: Hi! Am

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-10 Thread Richard Weinberger
Hi! Am 04.06.2013 13:03, schrieb Daniel P. Berrange: It's still under review. needs some ACK. If you can help to test or ACK this patchset, it will be very helpful. :) Actually, I just want to ping... I've been away on holiday for 2 weeks, so not had a chance to review it yet. I'll get to it

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-10 Thread Richard Weinberger
Am 10.06.2013 21:17, schrieb Richard Weinberger: Hi! Am 04.06.2013 13:03, schrieb Daniel P. Berrange: It's still under review. needs some ACK. If you can help to test or ACK this patchset, it will be very helpful. :) Actually, I just want to ping... I've been away on holiday for 2 weeks, so

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-10 Thread Richard Weinberger
Am 10.06.2013 21:53, schrieb Richard Weinberger: Am 10.06.2013 21:17, schrieb Richard Weinberger: Hi! Am 04.06.2013 13:03, schrieb Daniel P. Berrange: It's still under review. needs some ACK. If you can help to test or ACK this patchset, it will be very helpful. :) Actually, I just want to

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-10 Thread Gao feng
On 06/11/2013 04:51 AM, Richard Weinberger wrote: Am 10.06.2013 21:53, schrieb Richard Weinberger: Am 10.06.2013 21:17, schrieb Richard Weinberger: Hi! Am 04.06.2013 13:03, schrieb Daniel P. Berrange: It's still under review. needs some ACK. If you can help to test or ACK this patchset, it

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-04 Thread richard -rw- weinberger
On Thu, May 23, 2013 at 6:06 AM, Gao feng gaof...@cn.fujitsu.com wrote: This patchset try to add userns support for libvirt lxc. Since userns is nearly completed in linux-3.9, the old kernel doesn't support userns, I add some New XML elements to let people decide if enable userns.The userns is

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-04 Thread Gao feng
On 06/04/2013 06:41 PM, richard -rw- weinberger wrote: On Thu, May 23, 2013 at 6:06 AM, Gao feng gaof...@cn.fujitsu.com wrote: This patchset try to add userns support for libvirt lxc. Since userns is nearly completed in linux-3.9, the old kernel doesn't support userns, I add some New XML

Re: [libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-06-04 Thread Daniel P. Berrange
On Tue, Jun 04, 2013 at 06:54:10PM +0800, Gao feng wrote: On 06/04/2013 06:41 PM, richard -rw- weinberger wrote: On Thu, May 23, 2013 at 6:06 AM, Gao feng gaof...@cn.fujitsu.com wrote: This patchset try to add userns support for libvirt lxc. Since userns is nearly completed in linux-3.9,

[libvirt] [PATCH v3 00/12] Add user namespace support for libvirt lxc

2013-05-22 Thread Gao feng
This patchset try to add userns support for libvirt lxc. Since userns is nearly completed in linux-3.9, the old kernel doesn't support userns, I add some New XML elements to let people decide if enable userns.The userns is enabled only when user configure the XML. The format of user namespace