mrc0mmand / rpms / lvm2

Forked from rpms/lvm2 2 years ago
Clone

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

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