]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
docs: Adjust Disk storage rng
authorJohn Ferlan <jferlan@redhat.com>
Mon, 8 Jun 2015 12:15:17 +0000 (08:15 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 23 Jun 2015 13:25:24 +0000 (09:25 -0400)
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

docs/schemas/storagepool.rng

index 9c528175bd3b8b8cdf6bc7bb8657ca4dd7c49ecf..3a61f04db4343a374934eb64b93a3bab7de112bd 100644 (file)
       <element name='format'>
         <attribute name='type'>
           <choice>
-            <value>none</value>
+            <value>unknown</value>
             <value>dos</value>
             <value>dvh</value>
             <value>gpt</value>