summaryrefslogtreecommitdiffstats
path: root/man/lvconvert.8.in
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2010-01-08 22:32:35 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2010-01-08 22:32:35 +0000
commit77dd1c0e5f9ba2dfd516c3d9df8092303f2df381 (patch)
tree0b7d3cac11095b85e562476d7f31cef864131f67 /man/lvconvert.8.in
parentf070e0d9e88496eb4f9671f11e1ec6d817540a3f (diff)
downloadlvm2-77dd1c0e5f9ba2dfd516c3d9df8092303f2df381.tar.gz
lvm2-77dd1c0e5f9ba2dfd516c3d9df8092303f2df381.tar.xz
lvm2-77dd1c0e5f9ba2dfd516c3d9df8092303f2df381.zip
Add the new mirror log type "redundant". The options are now:
--mirrorlog core: in-memory log --mirrorlog disk: persistent log --mirrorlog redundant: redundant persistent log Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Diffstat (limited to 'man/lvconvert.8.in')
-rw-r--r--man/lvconvert.8.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/lvconvert.8.in b/man/lvconvert.8.in
index 3dcc8289..e269c315 100644
--- a/man/lvconvert.8.in
+++ b/man/lvconvert.8.in
@@ -3,7 +3,7 @@
lvconvert \- convert a logical volume from linear to mirror or snapshot
.SH SYNOPSIS
.B lvconvert
-\-m|\-\-mirrors Mirrors [\-\-mirrorlog {disk|core}] [\-\-corelog] [\-R|\-\-regionsize MirrorLogRegionSize]
+\-m|\-\-mirrors Mirrors [\-\-mirrorlog {disk|core|redundant}] [\-\-corelog] [\-R|\-\-regionsize MirrorLogRegionSize]
[\-A|\-\-alloc AllocationPolicy]
[\-b|\-\-background] [\-f|\-\-force] [\-i|\-\-interval Seconds]
[\-h|\-?|\-\-help]
@@ -71,6 +71,7 @@ from the data being mirrored.
Core may be useful for short-lived mirrors: It means the mirror is
regenerated by copying the data from the first device again every
time the device is activated - perhaps, for example, after every reboot.
+Using "redundant" will create a persistent log that is itself mirrored.
.TP
.I \-\-corelog
The optional argument "--corelog" is the same as specifying "--mirrorlog core".