mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
thin: restore usability of thin for external origin
With command definition it's been lost support for thin LV being an external origin for another thinLV.
This commit is contained in:
parent
ace97c9f9c
commit
a7d077b89b
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.178 -
|
Version 2.02.178 -
|
||||||
=====================================
|
=====================================
|
||||||
|
Restore usability of thin LV to be again external origin for another thin.
|
||||||
Keep systemd vars on change event in 69-dm-lvm-metad.rules for systemd reload.
|
Keep systemd vars on change event in 69-dm-lvm-metad.rules for systemd reload.
|
||||||
Write systemd and non-systemd rule in 69-dm-lvm-metad.rules, GOTO active one.
|
Write systemd and non-systemd rule in 69-dm-lvm-metad.rules, GOTO active one.
|
||||||
Add test for activation/volume_list (Sub)LV remnants.
|
Add test for activation/volume_list (Sub)LV remnants.
|
||||||
|
@ -421,7 +421,7 @@ FLAGS: SECONDARY_SYNTAX
|
|||||||
# lvconvert utilities for creating/maintaining thin and cache objects.
|
# lvconvert utilities for creating/maintaining thin and cache objects.
|
||||||
# Create a new command set for these and migrate them out of lvconvert?
|
# Create a new command set for these and migrate them out of lvconvert?
|
||||||
|
|
||||||
lvconvert --type thin --thinpool LV LV_linear_striped_raid_cache
|
lvconvert --type thin --thinpool LV LV_linear_striped_raid_cache_thin
|
||||||
OO: --thin, --originname LV_new, OO_LVCONVERT_POOL, OO_LVCONVERT
|
OO: --thin, --originname LV_new, OO_LVCONVERT_POOL, OO_LVCONVERT
|
||||||
ID: lvconvert_to_thin_with_external
|
ID: lvconvert_to_thin_with_external
|
||||||
DESC: Convert LV to a thin LV, using the original LV as an external origin.
|
DESC: Convert LV to a thin LV, using the original LV as an external origin.
|
||||||
@ -430,7 +430,7 @@ RULE: all not lv_is_locked
|
|||||||
RULE: --poolmetadata not --readahead --stripesize --stripes_long
|
RULE: --poolmetadata not --readahead --stripesize --stripes_long
|
||||||
|
|
||||||
# alternate form of lvconvert --type thin
|
# alternate form of lvconvert --type thin
|
||||||
lvconvert --thin --thinpool LV LV_linear_striped_raid_cache
|
lvconvert --thin --thinpool LV LV_linear_striped_raid_cache_thin
|
||||||
OO: --type thin, --originname LV_new, OO_LVCONVERT_POOL, OO_LVCONVERT
|
OO: --type thin, --originname LV_new, OO_LVCONVERT_POOL, OO_LVCONVERT
|
||||||
ID: lvconvert_to_thin_with_external
|
ID: lvconvert_to_thin_with_external
|
||||||
DESC: Convert LV to a thin LV, using the original LV as an external origin
|
DESC: Convert LV to a thin LV, using the original LV as an external origin
|
||||||
|
Loading…
Reference in New Issue
Block a user