diff --git a/WHATS_NEW b/WHATS_NEW index 5711f41fe..995b389cb 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.178 - ===================================== + Again accept striped LV as COW LV with lvconvert -s (2.02.169). Fix raid target version testing for supported features. Allow activation of pools when thin/cache_check tool is missing. Remove RaidLV on creation failure when rmeta devices can't be activated. diff --git a/man/lvconvert.8_pregen b/man/lvconvert.8_pregen index 5171d6ae3..e0e38b9f1 100644 --- a/man/lvconvert.8_pregen +++ b/man/lvconvert.8_pregen @@ -760,7 +760,7 @@ Combine a former COW snapshot (second arg) with a former origin LV (first arg) to reverse a splitsnapshot command. .br .P -\fBlvconvert\fP \fB--type\fP \fBsnapshot\fP \fILV\fP \fILV\fP\fI_linear\fP +\fBlvconvert\fP \fB--type\fP \fBsnapshot\fP \fILV\fP \fILV\fP\fI_linear_striped\fP .br .RS 4 .ad l @@ -1694,7 +1694,7 @@ Combine a former COW snapshot (second arg) with a former origin LV (first arg) to reverse a splitsnapshot command. .br .P -\fBlvconvert\fP \fB-s\fP|\fB--snapshot\fP \fILV\fP \fILV\fP\fI_linear\fP +\fBlvconvert\fP \fB-s\fP|\fB--snapshot\fP \fILV\fP \fILV\fP\fI_linear_striped\fP .br .RS 4 .ad l diff --git a/tools/command-lines.in b/tools/command-lines.in index a1776ce8a..2a6882ea8 100644 --- a/tools/command-lines.in +++ b/tools/command-lines.in @@ -626,7 +626,7 @@ FLAGS: SECONDARY_SYNTAX # will not be checked. # alternate form of lvconvert --snapshot -lvconvert --type snapshot LV LV_linear +lvconvert --type snapshot LV LV_linear_striped OO: --snapshot, --chunksize SizeKB, --zero Bool, OO_LVCONVERT ID: lvconvert_combine_split_snapshot DESC: Combine a former COW snapshot (second arg) with a former @@ -634,7 +634,7 @@ DESC: origin LV (first arg) to reverse a splitsnapshot command. RULE: all not lv_is_locked lv_is_pvmove RULE: all and lv_is_visible -lvconvert --snapshot LV LV_linear +lvconvert --snapshot LV LV_linear_striped OO: --type snapshot, --chunksize SizeKB, --zero Bool, OO_LVCONVERT ID: lvconvert_combine_split_snapshot DESC: Combine a former COW snapshot (second arg) with a former