[libvirt] [PATCH 04/10] docs: storage: Fix backingStore <format> docs

Cole Robinson crobinso at redhat.com
Mon Feb 22 22:10:52 UTC 2010


Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
 docs/formatstorage.html.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in
index 14fa655..7ececed 100644
--- a/docs/formatstorage.html.in
+++ b/docs/formatstorage.html.in
@@ -300,7 +300,7 @@
         ...
         <backingStore>
           <path>/var/lib/virt/images/master.img</path>
-          <format>raw</format>
+          <format type='raw'/>
           <permissions>
             <owner>107</owner>
             <group>107</group>
@@ -320,7 +320,8 @@
       <dd>Provides information about the pool specific backing store format.
         For disk pools it will provide the partition type. For filesystem
         or directory pools it will provide the file format type, eg cow,
-        qcow, vmdk, raw. Consult the pool-specific docs for the list of valid
+        qcow, vmdk, raw. The actual format is specified via the type attribute.
+        Consult the pool-specific docs for the list of valid
         values. Most file formats require a backing store of the same format,
         however, the qcow2 format allows a different backing store format.
         <span class="since">Since 0.6.0</span></dd>
-- 
1.6.6




More information about the libvir-list mailing list