[libvirt] [PATCH] Fix start of containers with custom root filesystem

2012-09-25 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com A prefix change to unmount the SELinux filesystem broke starting of LXC containers with a custom root filesystem Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/lxc/lxc_container.c | 5 - 1 file changed, 4 insertions(+), 1

Re: [libvirt] [PATCH] Fix start of containers with custom root filesystem

2012-09-25 Thread Eric Blake
On 09/25/2012 02:26 PM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com A prefix change to unmount the SELinux filesystem broke starting of LXC containers with a custom root filesystem Signed-off-by: Daniel P. Berrange berra...@redhat.com ---