Re: [libvirt] [PATCH] Inherit namespace feature 2

2015-08-14 Thread Daniel P. Berrange
On Sun, Aug 09, 2015 at 12:09:32AM +0530, ik.nitk wrote: > diff --git a/src/Makefile.am b/src/Makefile.am > index c4d49a5..b2ceda3 100644 > --- a/src/Makefile.am > +++ b/src/Makefile.am > @@ -1320,7 +1320,7 @@ libvirt_driver_lxc_impl_la_CFLAGS = \ > -I$(srcdir)/access \ >

[libvirt] [PATCH] Inherit namespace feature 2

2015-08-08 Thread ik.nitk
This patch adds feature for lxc containers to inherit namespaces. This is very similar to what lxc-tools or docker provides. Look for "man lxc-start" and you will find that you can pass command args as [ --share-[net|ipc|uts] name|pid ]. Or check out docker networking option in which you can gi