• S
    Fix directory removal in filesystem storage driver · 5079a7b3
    Sascha Peilicke 提交于
    Fix the virStorageBackendFileSystemVolDelete method to not use
    unlink() unconditionally. It must use rmdir() for volumes which
    are directories. It should also raise an error if given a volume
    which has the network/block type.
    5079a7b3
storage_backend_fs.c 41.0 KB