]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
doc/schema: disk storage volume formats
authorPhilipp Hahn <hahn@univention.de>
Wed, 20 Mar 2013 11:53:32 +0000 (12:53 +0100)
committerOsier Yang <jyang@redhat.com>
Wed, 20 Mar 2013 13:48:05 +0000 (21:48 +0800)
The storage volume formats supported by the disk storage pool are
missing from the allowed values.

Add partition types.

Signed-off-by: Philipp Hahn <hahn@univention.de>
docs/schemas/storagevol.rng

index b077eb8df2602fc2cc1625b6f279df526931dd75..ca8ce56ebd180a8a647a368a126320bb14ba620f 100644 (file)
     </choice>
   </define>
 
+  <define name='formatdisk'>
+    <choice>
+      <value>none</value>
+      <value>linux</value>
+      <value>fat16</value>
+      <value>fat32</value>
+      <value>linux-swap</value>
+      <value>linux-lvm</value>
+      <value>linux-raid</value>
+      <value>extended</value>
+    </choice>
+  </define>
+
   <define name='format'>
     <optional>
       <element name='format'>
           <choice>
             <ref name='formatfile'/>
             <ref name='formatdev'/>
+            <ref name='formatdisk'/>
           </choice>
         </attribute>
       </element>