[libvirt] [PATCH 2/2] Add documentation for <disk><source type="dir">

Christophe Fergeau cfergeau at redhat.com
Wed Dec 7 16:55:41 UTC 2011


---
 docs/formatdomain.html.in |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 204373e..64aede5 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1023,11 +1023,13 @@
         path to the file holding the disk. If the disk
         <code>type</code> is "block", then the <code>dev</code>
         attribute specifies the path to the host device to serve as
-        the disk. If the disk <code>type</code> is "network", then
-        the <code>protocol</code> attribute specifies the protocol to
-        access to the requested image; possible values are "nbd",
-        "rbd", and "sheepdog".  If the <code>protocol</code> attribute
-        is "rbd" or "sheepdog", an additional
+        the disk. If the disk <code>type</code> is "dir", then the
+        <code>dir</code> attribute specifies the fully-qualified path
+        to the directory to use as the disk. If the disk <code>type</code>
+        is "network", then the <code>protocol</code> attribute specifies
+        the protocol to access to the requested image; possible values
+        are "nbd", "rbd", and "sheepdog".  If the <code>protocol</code>
+        attribute is "rbd" or "sheepdog", an additional
         attribute <code>name</code> is mandatory to specify which
         image to be used.  When the disk <code>type</code> is
         "network", the <code>source</code> may have zero or
-- 
1.7.7.3




More information about the libvir-list mailing list