Re: [PATCH 4/4] doc/schema: disk storage volume formats

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2013年03月20日 19:53, Philipp Hahn wrote:
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@xxxxxxxxxxxxx>
---
  docs/schemas/storagevol.rng |   14 ++++++++++++++
  1 file changed, 14 insertions(+)

diff --git a/docs/schemas/storagevol.rng b/docs/schemas/storagevol.rng
index 765c5a5..0bbb4d2 100644
--- a/docs/schemas/storagevol.rng
+++ b/docs/schemas/storagevol.rng
@@ -201,6 +201,19 @@
      </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'>
@@ -208,6 +221,7 @@
            <choice>
              <ref name='formatfile'/>
              <ref name='formatdev'/>
+<ref name='formatdisk'/>
            </choice>
          </attribute>
        </element>

ACK.

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]