Blame SOURCES/lvm2-2_02_181-build-make-generate.patch

5e29a5
From fc32d2b1b62eb9b75c246efd9c8e514b39f7bd3e Mon Sep 17 00:00:00 2001
5e29a5
From: Marian Csontos <mcsontos@redhat.com>
5e29a5
Date: Tue, 31 Jul 2018 17:36:04 +0200
5e29a5
Subject: [PATCH] build: make generate
5e29a5
5e29a5
(cherry picked from commit 12dfd0ed02e003e21072798d17dcec4a80fc466d)
5e29a5
---
5e29a5
 man/lvconvert.8_pregen | 14 +++++++++-----
5e29a5
 1 file changed, 9 insertions(+), 5 deletions(-)
5e29a5
5e29a5
diff --git a/man/lvconvert.8_pregen b/man/lvconvert.8_pregen
5e29a5
index 91691a3..a47127b 100644
5e29a5
--- a/man/lvconvert.8_pregen
5e29a5
+++ b/man/lvconvert.8_pregen
5e29a5
@@ -475,7 +475,7 @@ Split images from a raid1 or mirror LV and use them to create a new LV.
5e29a5
 .RE
5e29a5
 -
5e29a5
 
5e29a5
-Split images from a raid1 LV and track changes to origin.
5e29a5
+Split images from a raid1 LV and track changes to origin for later merge.
5e29a5
 .br
5e29a5
 .P
5e29a5
 \fBlvconvert\fP \fB--splitmirrors\fP \fINumber\fP \fB--trackchanges\fP \fILV\fP\fI_cache_raid1\fP
5e29a5
@@ -1281,6 +1281,8 @@ Before the separation, the cache is flushed. Also see --uncache.
5e29a5
 Splits the specified number of images from a raid1 or mirror LV
5e29a5
 and uses them to create a new LV. If --trackchanges is also specified,
5e29a5
 changes to the raid1 LV are tracked while the split LV remains detached.
5e29a5
+If --name is specified, then the images are permanently split from the
5e29a5
+original LV and changes are not tracked.
5e29a5
 .ad b
5e29a5
 .HP
5e29a5
 .ad l
5e29a5
@@ -1354,10 +1356,12 @@ The name of a thin pool LV.
5e29a5
 .br
5e29a5
 Can be used with --splitmirrors on a raid1 LV. This causes
5e29a5
 changes to the original raid1 LV to be tracked while the split images
5e29a5
-remain detached. This allows the read-only detached image(s) to be
5e29a5
-merged efficiently back into the raid1 LV later. Only the regions with
5e29a5
-changed data are resynchronized during merge. (This option only applies
5e29a5
-when using the raid1 LV type.)
5e29a5
+remain detached. This is a temporary state that allows the read-only
5e29a5
+detached image to be merged efficiently back into the raid1 LV later.
5e29a5
+Only the regions with changed data are resynchronized during merge.
5e29a5
+While a raid1 LV is tracking changes, operations on it are limited to
5e29a5
+merging the split image (see --mergemirrors) or permanently splitting
5e29a5
+the image (see --splitmirrors with --name.
5e29a5
 .ad b
5e29a5
 .HP
5e29a5
 .ad l
5e29a5
-- 
5e29a5
1.8.3.1
5e29a5