mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-13 08:05:16 +00:00
Add ocfs2 to list of fs pool types
* src/conf/storage_conf.c src/conf/storage_conf.h: extend the enums and values * docs/schemas/storagepool.rng: add to the list of storage pool type formats
This commit is contained in:
parent
c396fb36fa
commit
e391595890
@ -258,6 +258,7 @@
|
|||||||
<value>vfat</value>
|
<value>vfat</value>
|
||||||
<value>hfs+</value>
|
<value>hfs+</value>
|
||||||
<value>xfs</value>
|
<value>xfs</value>
|
||||||
|
<value>ocfs2</value>
|
||||||
</choice>
|
</choice>
|
||||||
</attribute>
|
</attribute>
|
||||||
</element>
|
</element>
|
||||||
|
@ -60,7 +60,7 @@ VIR_ENUM_IMPL(virStoragePoolFormatFileSystem,
|
|||||||
VIR_STORAGE_POOL_FS_LAST,
|
VIR_STORAGE_POOL_FS_LAST,
|
||||||
"auto", "ext2", "ext3",
|
"auto", "ext2", "ext3",
|
||||||
"ext4", "ufs", "iso9660", "udf",
|
"ext4", "ufs", "iso9660", "udf",
|
||||||
"gfs", "gfs2", "vfat", "hfs+", "xfs")
|
"gfs", "gfs2", "vfat", "hfs+", "xfs", "ocfs2")
|
||||||
|
|
||||||
VIR_ENUM_IMPL(virStoragePoolFormatFileSystemNet,
|
VIR_ENUM_IMPL(virStoragePoolFormatFileSystemNet,
|
||||||
VIR_STORAGE_POOL_NETFS_LAST,
|
VIR_STORAGE_POOL_NETFS_LAST,
|
||||||
|
@ -395,6 +395,7 @@ enum virStoragePoolFormatFileSystem {
|
|||||||
VIR_STORAGE_POOL_FS_VFAT,
|
VIR_STORAGE_POOL_FS_VFAT,
|
||||||
VIR_STORAGE_POOL_FS_HFSPLUS,
|
VIR_STORAGE_POOL_FS_HFSPLUS,
|
||||||
VIR_STORAGE_POOL_FS_XFS,
|
VIR_STORAGE_POOL_FS_XFS,
|
||||||
|
VIR_STORAGE_POOL_FS_OCFS2,
|
||||||
VIR_STORAGE_POOL_FS_LAST,
|
VIR_STORAGE_POOL_FS_LAST,
|
||||||
};
|
};
|
||||||
VIR_ENUM_DECL(virStoragePoolFormatFileSystem)
|
VIR_ENUM_DECL(virStoragePoolFormatFileSystem)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user