summaryrefslogtreecommitdiffstats
path: root/man/lvconvert.8.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-01-12 14:00:51 +0000
committerAlasdair Kergon <agk@redhat.com>2010-01-12 14:00:51 +0000
commitf3ac7d1b828871c19a60e9fab7cc3952c1eca891 (patch)
tree5abc5a0dd6bfe308d5519c7bad03e5a527962455 /man/lvconvert.8.in
parent3f5cc86aa4258a763dc26a0347239e79ca24b346 (diff)
downloadlvm2-f3ac7d1b828871c19a60e9fab7cc3952c1eca891.tar.gz
lvm2-f3ac7d1b828871c19a60e9fab7cc3952c1eca891.tar.xz
lvm2-f3ac7d1b828871c19a60e9fab7cc3952c1eca891.zip
Revert so-called "redundant" log until after next release.
Diffstat (limited to 'man/lvconvert.8.in')
-rw-r--r--man/lvconvert.8.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/lvconvert.8.in b/man/lvconvert.8.in
index e269c315..3dcc8289 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|redundant}] [\-\-corelog] [\-R|\-\-regionsize MirrorLogRegionSize]
+\-m|\-\-mirrors Mirrors [\-\-mirrorlog {disk|core}] [\-\-corelog] [\-R|\-\-regionsize MirrorLogRegionSize]
[\-A|\-\-alloc AllocationPolicy]
[\-b|\-\-background] [\-f|\-\-force] [\-i|\-\-interval Seconds]
[\-h|\-?|\-\-help]
@@ -71,7 +71,6 @@ 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".