[libvirt] [libvirt-sandbox][PATCH] Sync lxc-enter-namespace options with libvirt

2013-03-28 Thread Alex Jia
The option 'nolabel' has been changed by current libvirt upstream, it should be 'noseclabel' now, so need to sync the option change with libvirt. # ./tools/virsh -c lxc:/// lxc-enter-namespace --help | grep label lxc-enter-namespace domain [--noseclabel] {[--cmd] string}... --noseclabel

Re: [libvirt] [libvirt-sandbox][PATCH] Sync lxc-enter-namespace options with libvirt

2013-03-28 Thread Daniel P. Berrange
On Thu, Mar 28, 2013 at 04:48:31PM +0800, Alex Jia wrote: The option 'nolabel' has been changed by current libvirt upstream, it should be 'noseclabel' now, so need to sync the option change with libvirt. # ./tools/virsh -c lxc:/// lxc-enter-namespace --help | grep label

Re: [libvirt] [libvirt-sandbox][PATCH] Sync lxc-enter-namespace options with libvirt

2013-03-28 Thread Alex Jia
On 03/28/2013 05:31 PM, Daniel P. Berrange wrote: On Thu, Mar 28, 2013 at 04:48:31PM +0800, Alex Jia wrote: The option 'nolabel' has been changed by current libvirt upstream, it should be 'noseclabel' now, so need to sync the option change with libvirt. # ./tools/virsh -c lxc:///