]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Visually separate snapshot disk subelements
authorJán Tomko <jtomko@redhat.com>
Fri, 10 Apr 2015 12:25:37 +0000 (14:25 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 13 Apr 2015 12:05:23 +0000 (14:05 +0200)
Create four smaller blocks of texts instead of one large one.

docs/formatsnapshot.html.in

index 4f7b7b244549d9f211e5b0f50cdd2824bc133066..c3ab516fa4c728dbcf1e49704a910fe4324fa5cf 100644 (file)
             require that if specified, the snapshot mode must not
             override any snapshot mode attached to the corresponding
             domain disk, while others like qemu allow this field to
-            override the domain default.  If the snapshot mode is
-            external (whether specified or inherited), then there is
-            an optional sub-element <code>source</code>, with an
-            attribute <code>file</code> giving the name, and an
-            optional sub-element <code>driver</code>, with an
-            attribute <code>type</code> giving the driver type (such
-            as qcow2), of the new file created by the external
-            snapshot of the new file.  If <code>source</code> is not
-            given and the disk is backed by a local image file (not
-            a block device or remote storage), a file name is
-            generated that consists of the existing file name
-            with anything after the trailing dot replaced by the
-            snapshot name.  Remember that with external
-            snapshots, the original file name becomes the read-only
-            snapshot, and the new file name contains the read-write
-            delta of all disk changes since the snapshot.
+            override the domain default.
+
+            <dl>
+              <dt><code>source</code></dt>
+              <dd>If the snapshot mode is external (whether specified
+              or inherited), then there is an optional sub-element
+              <code>source</code>, with an attribute <code>file</code>
+              giving the name of the new file.
+              If <code>source</code> is not
+              given and the disk is backed by a local image file (not
+              a block device or remote storage), a file name is
+              generated that consists of the existing file name
+              with anything after the trailing dot replaced by the
+              snapshot name.  Remember that with external
+              snapshots, the original file name becomes the read-only
+              snapshot, and the new file name contains the read-write
+              delta of all disk changes since the snapshot.
+              </dd>
+              <dt><code>driver</code></dt>
+              <dd>An optional sub-element <code>driver</code>,
+              with an attribute <code>type</code> giving the driver type (such
+              as qcow2), of the new file created by the external
+              snapshot of the new file.
+              </dd>
+            </dl>
 
             <span class="since">Since 1.2.2</span> the <code>disk</code> element
             supports an optional attribute <code>type</code> if the