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:
John Ferlan 2015-06-08 08:15:17 -04:00
parent 976abdf669
commit f153832266

View File

@ -412,7 +412,7 @@
<element name='format'>
<attribute name='type'>
<choice>
<value>none</value>
<value>unknown</value>
<value>dos</value>
<value>dvh</value>
<value>gpt</value>