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
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
docs/schemas/storagepool.rng | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/schemas/storagepool.rng b/docs/schemas/storagepool.rng
index db6ff49..ea682a9 100644
--- a/docs/schemas/storagepool.rng
+++ b/docs/schemas/storagepool.rng
@@ -413,7 +413,7 @@
<element name='format'>
<attribute name='type'>
<choice>
- <value>none</value>
+ <value>unknown</value>
<value>dos</value>
<value>dvh</value>
<value>gpt</value>
--
2.1.0