mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
lvconvert: accept striped LV as snapshot COW LV
Restore back acceptance of striped LV to be valid COW LV.
This commit is contained in:
parent
67fbe980a7
commit
d727382275
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.178 -
|
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.
|
Fix raid target version testing for supported features.
|
||||||
Allow activation of pools when thin/cache_check tool is missing.
|
Allow activation of pools when thin/cache_check tool is missing.
|
||||||
Remove RaidLV on creation failure when rmeta devices can't be activated.
|
Remove RaidLV on creation failure when rmeta devices can't be activated.
|
||||||
|
@ -760,7 +760,7 @@ Combine a former COW snapshot (second arg) with a former
|
|||||||
origin LV (first arg) to reverse a splitsnapshot command.
|
origin LV (first arg) to reverse a splitsnapshot command.
|
||||||
.br
|
.br
|
||||||
.P
|
.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
|
.br
|
||||||
.RS 4
|
.RS 4
|
||||||
.ad l
|
.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.
|
origin LV (first arg) to reverse a splitsnapshot command.
|
||||||
.br
|
.br
|
||||||
.P
|
.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
|
.br
|
||||||
.RS 4
|
.RS 4
|
||||||
.ad l
|
.ad l
|
||||||
|
@ -626,7 +626,7 @@ FLAGS: SECONDARY_SYNTAX
|
|||||||
# will not be checked.
|
# will not be checked.
|
||||||
|
|
||||||
# alternate form of lvconvert --snapshot
|
# 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
|
OO: --snapshot, --chunksize SizeKB, --zero Bool, OO_LVCONVERT
|
||||||
ID: lvconvert_combine_split_snapshot
|
ID: lvconvert_combine_split_snapshot
|
||||||
DESC: Combine a former COW snapshot (second arg) with a former
|
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 not lv_is_locked lv_is_pvmove
|
||||||
RULE: all and lv_is_visible
|
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
|
OO: --type snapshot, --chunksize SizeKB, --zero Bool, OO_LVCONVERT
|
||||||
ID: lvconvert_combine_split_snapshot
|
ID: lvconvert_combine_split_snapshot
|
||||||
DESC: Combine a former COW snapshot (second arg) with a former
|
DESC: Combine a former COW snapshot (second arg) with a former
|
||||||
|
Loading…
Reference in New Issue
Block a user