mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -451,6 +451,7 @@
|
||||
<value>hfs+</value>
|
||||
<value>xfs</value>
|
||||
<value>ocfs2</value>
|
||||
<value>vmfs</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</element>
|
||||
|
||||
@@ -194,6 +194,7 @@
|
||||
<value>hfs+</value>
|
||||
<value>xfs</value>
|
||||
<value>ocfs2</value>
|
||||
<value>vmfs</value>
|
||||
</choice>
|
||||
</define>
|
||||
|
||||
|
||||
@@ -202,6 +202,9 @@
|
||||
<li>
|
||||
<code>ocfs2</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>vmfs</code>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Valid volume format types</h3>
|
||||
|
||||
Reference in New Issue
Block a user