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>