[libvirt] [PATCH 1/2] docs: Adjust Disk storage rng

John Ferlan jferlan at redhat.com
Mon Jun 8 12:25:21 UTC 2015


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 at 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




More information about the libvir-list mailing list