mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
Add CIFS to the list of network file systems
ESX supports NFS and CIFS. The ESX storage driver will reflect this.
This commit is contained in:
parent
32d9e0707c
commit
61fb697977
@ -61,7 +61,7 @@ VIR_ENUM_IMPL(virStoragePoolFormatFileSystem,
|
||||
|
||||
VIR_ENUM_IMPL(virStoragePoolFormatFileSystemNet,
|
||||
VIR_STORAGE_POOL_NETFS_LAST,
|
||||
"auto", "nfs", "glusterfs")
|
||||
"auto", "nfs", "glusterfs", "cifs")
|
||||
|
||||
VIR_ENUM_IMPL(virStoragePoolFormatDisk,
|
||||
VIR_STORAGE_POOL_DISK_LAST,
|
||||
|
@ -405,6 +405,7 @@ enum virStoragePoolFormatFileSystemNet {
|
||||
VIR_STORAGE_POOL_NETFS_AUTO = 0,
|
||||
VIR_STORAGE_POOL_NETFS_NFS,
|
||||
VIR_STORAGE_POOL_NETFS_GLUSTERFS,
|
||||
VIR_STORAGE_POOL_NETFS_CIFS,
|
||||
VIR_STORAGE_POOL_NETFS_LAST,
|
||||
};
|
||||
VIR_ENUM_DECL(virStoragePoolFormatFileSystemNet)
|
||||
|
Loading…
Reference in New Issue
Block a user