Re: [libvirt] [PATCHv4 7/8] storage: improve handling of symlinks in gluster

2013-11-25 Thread Daniel P. Berrange
On Fri, Nov 22, 2013 at 08:20:29PM -0700, Eric Blake wrote: With this patch, dangling and looping symlinks are silently ignored, while links to files and directories are treated the same as the underlying file or directory. This is the same behavior as both 'directory' and 'netfs' pools. *

Re: [libvirt] [PATCHv4 7/8] storage: improve handling of symlinks in gluster

2013-11-25 Thread Eric Blake
On 11/25/2013 08:57 AM, Daniel P. Berrange wrote: On Fri, Nov 22, 2013 at 08:20:29PM -0700, Eric Blake wrote: With this patch, dangling and looping symlinks are silently ignored, while links to files and directories are treated the same as the underlying file or directory. This is the same

[libvirt] [PATCHv4 7/8] storage: improve handling of symlinks in gluster

2013-11-22 Thread Eric Blake
With this patch, dangling and looping symlinks are silently ignored, while links to files and directories are treated the same as the underlying file or directory. This is the same behavior as both 'directory' and 'netfs' pools. * src/storage/storage_backend_gluster.c