Re: [libvirt] [PATCH] Ensure root filesystem is mounted if a file/block mount.

2013-03-22 Thread Stefan Berger
On 03/22/2013 10:24 AM, Daniel P. Berrange wrote: From: "Daniel P. Berrange" For a root filesystem with type=file or type=block, the LXC container was forgetting to actually mount it, before doing the pivot root step. Signed-off-by: Daniel P. Berrange --- ACK -- libvir-list mailing list li

Re: [libvirt] [PATCH] Ensure root filesystem is mounted if a file/block mount.

2013-03-22 Thread Michal Privoznik
On 22.03.2013 15:24, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > For a root filesystem with type=file or type=block, the LXC > container was forgetting to actually mount it, before doing > the pivot root step. > > Signed-off-by: Daniel P. Berrange > --- > src/lxc/lxc_container.c

[libvirt] [PATCH] Ensure root filesystem is mounted if a file/block mount.

2013-03-22 Thread Daniel P. Berrange
From: "Daniel P. Berrange" For a root filesystem with type=file or type=block, the LXC container was forgetting to actually mount it, before doing the pivot root step. Signed-off-by: Daniel P. Berrange --- src/lxc/lxc_container.c | 52 + 1 file c