[libvirt] [PATCH 4/5] lxc: be more patient while resolving symlinks

2014-11-24 Thread Cédric Bosdonnat
Resolving symlinks can fail before mounting any file system if one file system depends on another being mounted. Symlinks are now resolved in two passes: * Before any file system is mounted, but then we are more gentle if the source path can't be accessed * Right before mounting a file

Re: [libvirt] [PATCH 4/5] lxc: be more patient while resolving symlinks

2014-11-24 Thread Martin Kletzander
On Mon, Nov 24, 2014 at 09:54:45PM +0100, Cédric Bosdonnat wrote: Resolving symlinks can fail before mounting any file system if one file system depends on another being mounted. Symlinks are now resolved in two passes: * Before any file system is mounted, but then we are more gentle if the