mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
lvconvert: repair supports poometadatespare switch
Enable handling of --poolmetadataspare so if user can prevent creation of _pmspare volume during --repair operation (just like during actual lvcreate or lvconvert) for pool volumes.
This commit is contained in:
parent
03bcd29481
commit
aeb4f2bf3d
@ -1,5 +1,6 @@
|
||||
Version 2.02.175 -
|
||||
======================================
|
||||
lvconvert --repair respects --poolmetadataspare option.
|
||||
|
||||
Version 2.02.174 - 13th September 2017
|
||||
======================================
|
||||
|
@ -664,12 +664,13 @@ FLAGS: SECONDARY_SYNTAX
|
||||
# and the LV type is known.
|
||||
|
||||
lvconvert --repair LV_raid_mirror_thinpool
|
||||
OO: --usepolicies, --interval Number, OO_LVCONVERT
|
||||
OO: --usepolicies, --interval Number, --poolmetadataspare Bool, OO_LVCONVERT
|
||||
OP: PV ...
|
||||
ID: lvconvert_repair_pvs_or_thinpool
|
||||
DESC: Replace failed PVs in a raid or mirror LV.
|
||||
DESC: Repair a thin pool.
|
||||
RULE: all not lv_is_locked lv_is_pvmove
|
||||
RULE: --poolmetadataspare Bool and LV_cache LV_cachepool LV_thinpool
|
||||
|
||||
lvconvert --replace PV LV_raid
|
||||
OO: OO_LVCONVERT
|
||||
|
Loading…
Reference in New Issue
Block a user