Re: [libvirt] [PATCH] lxc / docker containers gives option to inherit the namespaces. Example lxc-start has option [ --share-[net|ipc|uts] name|pid ] where --share-net name|pid means Inherit a network

2015-08-03 Thread Michal Privoznik
On 03.08.2015 11:25, Daniel P. Berrange wrote: > On Mon, Aug 03, 2015 at 11:18:51AM +0200, Michal Privoznik wrote: >> On 21.07.2015 17:06, Imran Khan wrote: >>> Gentle reminder. Humble request for another round of review. >>> >>> thanks >>> imran >> >> I'm sorry it took so long but I was on a vaca

Re: [libvirt] [PATCH] lxc / docker containers gives option to inherit the namespaces. Example lxc-start has option [ --share-[net|ipc|uts] name|pid ] where --share-net name|pid means Inherit a network

2015-08-03 Thread Daniel P. Berrange
On Mon, Aug 03, 2015 at 11:18:51AM +0200, Michal Privoznik wrote: > On 21.07.2015 17:06, Imran Khan wrote: > > Gentle reminder. Humble request for another round of review. > > > > thanks > > imran > > I'm sorry it took so long but I was on a vacation. I'd like to review, > but the patch is mangl

Re: [libvirt] [PATCH] lxc / docker containers gives option to inherit the namespaces. Example lxc-start has option [ --share-[net|ipc|uts] name|pid ] where --share-net name|pid means Inherit a network

2015-08-03 Thread Michal Privoznik
On 21.07.2015 17:06, Imran Khan wrote: > Gentle reminder. Humble request for another round of review. > > thanks > imran I'm sorry it took so long but I was on a vacation. I'd like to review, but the patch is mangled. Can you resend with git send-email? Michal -- libvir-list mailing list libvi

Re: [libvirt] [PATCH] lxc / docker containers gives option to inherit the namespaces. Example lxc-start has option [ --share-[net|ipc|uts] name|pid ] where --share-net name|pid means Inherit a network

2015-07-01 Thread Imran Khan
Dear Michal, Thanks a lot for reviewing the changes. I really appreciate your ability to spot very minute errors which have not been spotted by me or my local reviews. I have reworked almost all of the review comments you made. and Have sent a separate email with subject "Inherit namespace featu

Re: [libvirt] [PATCH] lxc / docker containers gives option to inherit the namespaces. Example lxc-start has option [ --share-[net|ipc|uts] name|pid ] where --share-net name|pid means Inherit a network

2015-06-11 Thread Michal Privoznik
On 21.05.2015 19:43, ik.nitk wrote: > This patch tries to add the similar option to libvirt lxc. So to inherit > namespace from name > container c2. > add this into xml. > > > > > And to inherit namespace from a pid. > add this into xml. > > > > >

Re: [libvirt] [PATCH] lxc / docker containers gives option to inherit the namespaces. Example lxc-start has option [ --share-[net|ipc|uts] name|pid ] where --share-net name|pid means Inherit a network

2015-05-27 Thread Michal Privoznik
On 21.05.2015 19:43, ik.nitk wrote: > This patch tries to add the similar option to libvirt lxc. So to inherit > namespace from name > container c2. > add this into xml. > > > > > And to inherit namespace from a pid. > add this into xml. > > > > >

[libvirt] [PATCH] lxc / docker containers gives option to inherit the namespaces. Example lxc-start has option [ --share-[net|ipc|uts] name|pid ] where --share-net name|pid means Inherit a network nam

2015-05-21 Thread ik.nitk
This patch tries to add the similar option to libvirt lxc. So to inherit namespace from name container c2. add this into xml. And to inherit namespace from a pid. add this into xml. And to inherit namespace from a netns. add this into xml.