Blame SOURCES/libvirt-docs-domain-Fix-documentation-of-the-snapshot-attribute-for-disk.patch

404507
From 60643d072a849ffbb01e8313124154f7aecc02ad Mon Sep 17 00:00:00 2001
404507
Message-Id: <60643d072a849ffbb01e8313124154f7aecc02ad@dist-git>
404507
From: Peter Krempa <pkrempa@redhat.com>
404507
Date: Thu, 7 Dec 2017 14:36:06 +0100
404507
Subject: [PATCH] docs: domain: Fix documentation of the 'snapshot' attribute
404507
 for <disk>
404507
404507
Emphasise the valid values by wrapping them in  and reword the
404507
last sentence so that the invalid value example can be dropped.
404507
404507
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1523070
404507
(cherry picked from commit 1e98d450f27ae0131ac2ac8aa1c1d7a254d22dd1)
404507
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
404507
---
404507
 docs/formatdomain.html.in | 19 +++++++++----------
404507
 1 file changed, 9 insertions(+), 10 deletions(-)
404507
404507
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
404507
index 6807da5c6f..0cfbf051b7 100644
404507
--- a/docs/formatdomain.html.in
404507
+++ b/docs/formatdomain.html.in
404507
@@ -2573,17 +2573,16 @@
404507
           
snapshot
404507
             
404507
             Indicates the default behavior of the disk during disk snapshots:
404507
-            "internal" requires a file format such as qcow2 that can store
404507
-            both the snapshot and the data changes since the snapshot;
404507
-            "external" will separate the snapshot from the live data; and
404507
-            "no" means the disk will not participate in snapshots. Read-only
404507
-            disks default to "no", while the default for other disks depends
404507
-            on the hypervisor's capabilities.  Some hypervisors allow a
404507
-            per-snapshot choice as well, during
404507
+            "internal" requires a file format such as qcow2 that
404507
+            can store both the snapshot and the data changes since the snapshot;
404507
+            "external" will separate the snapshot from the live
404507
+            data; and "no" means the disk will not participate in
404507
+            snapshots. Read-only disks default to "no", while the
404507
+            default for other disks depends on the hypervisor's capabilities.
404507
+            Some hypervisors allow a per-snapshot choice as well, during
404507
             domain snapshot creation.
404507
-            Not all snapshot modes are supported; for example,
404507
-            snapshot='yes' with a transient disk generally
404507
-            does not make sense.
404507
+            Not all snapshot modes are supported; for example, enabling
404507
+            snapshots with a transient disk generally does not make sense.
404507
             Since 0.9.5
404507
             
404507
         
404507
-- 
404507
2.15.1
404507