mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
docs: Adjust Disk storage rng
Currently the grammar uses "none" for a "valid" Disk Storage Pool format type; however, virStoragePoolFormatDisk uses "unknown" so virt-xml-validate will fail to validate when "unknown" is found
This commit is contained in:
parent
976abdf669
commit
f153832266
@ -412,7 +412,7 @@
|
|||||||
<element name='format'>
|
<element name='format'>
|
||||||
<attribute name='type'>
|
<attribute name='type'>
|
||||||
<choice>
|
<choice>
|
||||||
<value>none</value>
|
<value>unknown</value>
|
||||||
<value>dos</value>
|
<value>dos</value>
|
||||||
<value>dvh</value>
|
<value>dvh</value>
|
||||||
<value>gpt</value>
|
<value>gpt</value>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user