• E
    storage: improve handling of symlinks in gluster · 79eb21f9
    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
    (virStorageBackendGlusterRefreshVol): Treat symlinks similar to
    directory and netfs pools.
    Signed-off-by: NEric Blake <eblake@redhat.com>
    79eb21f9
storage_backend_gluster.c 9.8 KB