Re: [libvirt] [PATCH 9/9] Add 'lxc-enter-namespace' command to virsh

2013-01-15 Thread Daniel P. Berrange
On Mon, Jan 14, 2013 at 05:42:18PM -0700, Eric Blake wrote: > On 12/21/2012 10:08 AM, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > Add a 'lxc-enter-namespace' command which accepts a domain name > > and then a command + args to run, attached to the container > > > > eg > > >

Re: [libvirt] [PATCH 9/9] Add 'lxc-enter-namespace' command to virsh

2013-01-14 Thread Eric Blake
On 12/21/2012 10:08 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Add a 'lxc-enter-namespace' command which accepts a domain name > and then a command + args to run, attached to the container > > eg > > virsh -c lxc:/// lxc-enter-namespace demo -- /bin/ps -auxf > > Signed-of

Re: [libvirt] [PATCH 9/9] Add 'lxc-enter-namespace' command to virsh

2013-01-14 Thread Eric Blake
On 12/21/2012 10:08 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Add a 'lxc-enter-namespace' command which accepts a domain name > and then a command + args to run, attached to the container > > eg > > virsh -c lxc:/// lxc-enter-namespace demo -- /bin/ps -auxf > > +static

[libvirt] [PATCH 9/9] Add 'lxc-enter-namespace' command to virsh

2012-12-21 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Add a 'lxc-enter-namespace' command which accepts a domain name and then a command + args to run, attached to the container eg virsh -c lxc:/// lxc-enter-namespace demo -- /bin/ps -auxf Signed-off-by: Daniel P. Berrange --- tools/Makefile.am| 1 + tools/vir