[libvirt] [PATCH v4] lxc: Inherit namespace feature

Daniel P. Berrange berrange at redhat.com
Wed Aug 26 10:37:54 UTC 2015


On Thu, Aug 20, 2015 at 07:16:17PM +0530, ik.nitk wrote:
> 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 give --net=container:NAME_or_ID
> as an option for sharing +namespace.
> 
> >From this patch you can add extra libvirt option to share
> namespace in following way.
> 
>  <lxc:namespace>
>    <lxc:sharenet type='netns' value='red'/>
>    <lxc:shareipc type='pid' value='12345'/>
>    <lxc:shareuts type='name' value='container1'/>
>  </lxc:namespace>
> 
> The netns option is specific to sharenet. It can be used to
> inherit from existing network namespace.

ACK and pushed to GIT master. Thanks for taking the time to
work on this feature !

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list