[libvirt] [PATCH] Fix startup of LXC containers with filesystems containing symlinks

2012-01-17 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Given an LXC guest with a root filesystem path of /export/lxc/roots/helloworld/root During startup, we will pivot the root filesystem to end up at /.oldroot/export/lxc/roots/helloworld/root We then try to open

Re: [libvirt] [PATCH] Fix startup of LXC containers with filesystems containing symlinks

2012-01-17 Thread Eric Blake
On 01/17/2012 02:40 PM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Given an LXC guest with a root filesystem path of /export/lxc/roots/helloworld/root During startup, we will pivot the root filesystem to end up at