From: David Teigland Date: Mon, 23 Sep 2019 16:07:12 +0000 (-0500) Subject: lvconvert: allow --cache shortcut for --type cache with cachevol X-Git-Tag: v2_03_06~106 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4fe4c30e7a29017e11de867b7f0d65524f283c1a;p=lvm2.git lvconvert: allow --cache shortcut for --type cache with cachevol --- diff --git a/tools/command-lines.in b/tools/command-lines.in index 65221c0d1..7be471557 100644 --- a/tools/command-lines.in +++ b/tools/command-lines.in @@ -482,6 +482,14 @@ ID: lvconvert_to_cache_with_cachevol DESC: Attach a cache to an LV, converts the LV to type cache. RULE: all and lv_is_visible +# alternate form of lvconvert --type cache +lvconvert --cache --cachevol LV LV_linear_striped_raid_thinpool +OO: OO_LVCONVERT_CACHE, OO_LVCONVERT, --poolmetadatasize SizeMB, --chunksize SizeKB +ID: lvconvert_to_cache_with_cachevol +DESC: Attach a cache to an LV, converts the LV to type cache. +RULE: all and lv_is_visible +FLAGS: SECONDARY_SYNTAX + --- lvconvert --type thin-pool LV_linear_striped_raid_cache