From: Ján Tomko Date: Fri, 10 Apr 2015 12:25:37 +0000 (+0200) Subject: Visually separate snapshot disk subelements X-Git-Tag: v1.2.15-rc1~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=755ec23cca7714499f05270a04c1720510ddae5f;p=thirdparty%2Flibvirt.git Visually separate snapshot disk subelements Create four smaller blocks of texts instead of one large one. --- diff --git a/docs/formatsnapshot.html.in b/docs/formatsnapshot.html.in index 4f7b7b2445..c3ab516fa4 100644 --- a/docs/formatsnapshot.html.in +++ b/docs/formatsnapshot.html.in @@ -156,22 +156,31 @@ 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 source, with an - attribute file giving the name, and an - optional sub-element driver, with an - attribute type giving the driver type (such - as qcow2), of the new file created by the external - snapshot of the new file. If source 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. + +
+
source
+
If the snapshot mode is external (whether specified + or inherited), then there is an optional sub-element + source, with an attribute file + giving the name of the new file. + If source 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. +
+
driver
+
An optional sub-element driver, + with an attribute type giving the driver type (such + as qcow2), of the new file created by the external + snapshot of the new file. +
+
Since 1.2.2 the disk element supports an optional attribute type if the