Re: [libvirt] [PATCH] libvirt: lxc: fix incorrect parameter of lxcContainerMountProcFuse

2013-01-09 Thread Daniel P. Berrange
On Wed, Jan 09, 2013 at 06:45:48PM +0800, Gao feng wrote: > On 2013/01/09 18:33, Daniel P. Berrange wrote: > > On Wed, Jan 09, 2013 at 04:05:58PM +0800, Gao feng wrote: > >> when we have no host's src mapped to container's root. > >> there is not .oldroot dir,we should pass "/" to > >> lxcContainer

Re: [libvirt] [PATCH] libvirt: lxc: fix incorrect parameter of lxcContainerMountProcFuse

2013-01-09 Thread Gao feng
On 2013/01/09 18:33, Daniel P. Berrange wrote: > On Wed, Jan 09, 2013 at 04:05:58PM +0800, Gao feng wrote: >> when we have no host's src mapped to container's root. >> there is not .oldroot dir,we should pass "/" to >> lxcContainerMountProcFuse in function >> lxcContainerSetupExtraMounts. >> >> Sig

Re: [libvirt] [PATCH] libvirt: lxc: fix incorrect parameter of lxcContainerMountProcFuse

2013-01-09 Thread Daniel P. Berrange
On Wed, Jan 09, 2013 at 04:05:58PM +0800, Gao feng wrote: > when we have no host's src mapped to container's root. > there is not .oldroot dir,we should pass "/" to > lxcContainerMountProcFuse in function > lxcContainerSetupExtraMounts. > > Signed-off-by: Gao feng > --- > src/lxc/lxc_container.c

[libvirt] [PATCH] libvirt: lxc: fix incorrect parameter of lxcContainerMountProcFuse

2013-01-09 Thread Gao feng
when we have no host's src mapped to container's root. there is not .oldroot dir,we should pass "/" to lxcContainerMountProcFuse in function lxcContainerSetupExtraMounts. Signed-off-by: Gao feng --- src/lxc/lxc_container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/l