Re: [libvirt] [PATCH 3/4] lxc_container: Turn lxcAttachNS into calling virProcessSetNamespaces

2015-08-28 Thread Daniel P. Berrange
On Fri, Aug 28, 2015 at 06:40:39AM -0400, John Ferlan wrote: On 08/26/2015 09:06 PM, Michal Privoznik wrote: Now that virProcessSetNamespaces() does accept FD list in the correct format, we can simply turn lxcAttachNS into calling virProcessSetNamespaces(). Signed-off-by: Michal

Re: [libvirt] [PATCH 3/4] lxc_container: Turn lxcAttachNS into calling virProcessSetNamespaces

2015-08-28 Thread John Ferlan
On 08/26/2015 09:06 PM, Michal Privoznik wrote: Now that virProcessSetNamespaces() does accept FD list in the correct format, we can simply turn lxcAttachNS into calling virProcessSetNamespaces(). Signed-off-by: Michal Privoznik mpriv...@redhat.com --- src/lxc/lxc_container.c | 22

Re: [libvirt] [PATCH 3/4] lxc_container: Turn lxcAttachNS into calling virProcessSetNamespaces

2015-08-27 Thread Daniel P. Berrange
On Thu, Aug 27, 2015 at 03:06:53AM +0200, Michal Privoznik wrote: Now that virProcessSetNamespaces() does accept FD list in the correct format, we can simply turn lxcAttachNS into calling virProcessSetNamespaces(). Signed-off-by: Michal Privoznik mpriv...@redhat.com ---

[libvirt] [PATCH 3/4] lxc_container: Turn lxcAttachNS into calling virProcessSetNamespaces

2015-08-26 Thread Michal Privoznik
Now that virProcessSetNamespaces() does accept FD list in the correct format, we can simply turn lxcAttachNS into calling virProcessSetNamespaces(). Signed-off-by: Michal Privoznik mpriv...@redhat.com --- src/lxc/lxc_container.c | 22 +++--- 1 file changed, 3 insertions(+), 19