]> sourceware.org Git - lvm2.git/commitdiff
lvconvert: allow --cache shortcut for --type cache with cachevol
authorDavid Teigland <teigland@redhat.com>
Mon, 23 Sep 2019 16:07:12 +0000 (11:07 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 23 Sep 2019 19:21:09 +0000 (14:21 -0500)
tools/command-lines.in

index 65221c0d1ab808e888117ad447094a50cbb03b27..7be47155700777dce7bcf7ac4701cc3441dc0363 100644 (file)
@@ -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
This page took 0.035132 seconds and 5 git commands to generate.