]> sourceware.org Git - lvm2.git/commitdiff
thin: restore usability of thin for external origin
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 29 Mar 2018 16:55:09 +0000 (18:55 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 20 Apr 2018 10:06:03 +0000 (12:06 +0200)
With command definition it's been lost support for thin LV being
an external origin for another thinLV.

WHATS_NEW
tools/command-lines.in

index 9f078b5be75e60d919ae9e0882ae367a60ea63c1..192c5c2c2ce32890fe456631fec8a7f80a42f834 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 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.
   Write systemd and non-systemd rule in 69-dm-lvm-metad.rules, GOTO active one.
   Add test for activation/volume_list (Sub)LV remnants.
index 2a6882ea8822e839fa6ee8b717a8ed2014151f00..e555e95dc93b6964c0ac9d751131cb64f316b710 100644 (file)
@@ -421,7 +421,7 @@ FLAGS: SECONDARY_SYNTAX
 # lvconvert utilities for creating/maintaining thin and cache objects.
 # 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
 ID: lvconvert_to_thin_with_external
 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
 
 # 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
 ID: lvconvert_to_thin_with_external
 DESC: Convert LV to a thin LV, using the original LV as an external origin
This page took 0.055449 seconds and 5 git commands to generate.