storage: add vmfs filesystem type

It will be used to represent the type of a filesystem pool in ESXi.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Pino Toscano 2019-11-15 12:45:19 +01:00
parent 1331e29115
commit df1a26ebac
7 changed files with 9 additions and 0 deletions

View File

@ -451,6 +451,7 @@
<value>hfs+</value>
<value>xfs</value>
<value>ocfs2</value>
<value>vmfs</value>
</choice>
</attribute>
</element>

View File

@ -194,6 +194,7 @@
<value>hfs+</value>
<value>xfs</value>
<value>ocfs2</value>
<value>vmfs</value>
</choice>
</define>

View File

@ -202,6 +202,9 @@
<li>
<code>ocfs2</code>
</li>
<li>
<code>vmfs</code>
</li>
</ul>
<h3>Valid volume format types</h3>

View File

@ -67,6 +67,7 @@ VIR_ENUM_IMPL(virStoragePoolFormatFileSystem,
"auto", "ext2", "ext3",
"ext4", "ufs", "iso9660", "udf",
"gfs", "gfs2", "vfat", "hfs+", "xfs", "ocfs2",
"vmfs",
);
VIR_ENUM_IMPL(virStoragePoolFormatFileSystemNet,

View File

@ -362,6 +362,7 @@ typedef enum {
VIR_STORAGE_POOL_FS_HFSPLUS,
VIR_STORAGE_POOL_FS_XFS,
VIR_STORAGE_POOL_FS_OCFS2,
VIR_STORAGE_POOL_FS_VMFS,
VIR_STORAGE_POOL_FS_LAST,
} virStoragePoolFormatFileSystem;
VIR_ENUM_DECL(virStoragePoolFormatFileSystem);

View File

@ -40,6 +40,7 @@
<value>hfs+</value>
<value>xfs</value>
<value>ocfs2</value>
<value>vmfs</value>
</enum>
</poolOptions>
<volOptions>

View File

@ -40,6 +40,7 @@
<value>hfs+</value>
<value>xfs</value>
<value>ocfs2</value>
<value>vmfs</value>
</enum>
</poolOptions>
<volOptions>