From 755ec23cca7714499f05270a04c1720510ddae5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Fri, 10 Apr 2015 14:25:37 +0200 Subject: [PATCH] Visually separate snapshot disk subelements Create four smaller blocks of texts instead of one large one. --- docs/formatsnapshot.html.in | 41 ++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 16 deletions(-) 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 -- 2.39.5