]> sourceware.org Git - lvm2.git/commitdiff
command defs: add missing commas
authorDavid Teigland <teigland@redhat.com>
Mon, 22 Feb 2021 16:44:01 +0000 (10:44 -0600)
committerDavid Teigland <teigland@redhat.com>
Mon, 22 Feb 2021 16:44:01 +0000 (10:44 -0600)
even though the parser seems to work fine without them

tools/command-lines.in

index 2aadd5f40b22bef469d6aaff98057f46ec9ef0b1..d6fd0e304ec9ec9c2d457873b464e7ed607f669e 100644 (file)
@@ -318,15 +318,14 @@ OO_LVCONVERT_POOL: --poolmetadata LV, --poolmetadatasize SizeMB,
 --poolmetadataspare Bool, --readahead Readahead, --chunksize SizeKB,
 --zero Bool, --metadataprofile String
 
-OO_LVCONVERT_THIN: --discards Discards --errorwhenfull Bool
+OO_LVCONVERT_THIN: --discards Discards, --errorwhenfull Bool
 
 OO_LVCONVERT_CACHE: --cachemetadataformat CacheMetadataFormat,
 --cachemode CacheMode, --cachepolicy String,
 --cachesettings String, --zero Bool
 
-OO_LVCONVERT_VDO: --metadataprofile String --readahead Readahead,
---compression Bool, --deduplication Bool
---zero Bool
+OO_LVCONVERT_VDO: --metadataprofile String, --readahead Readahead,
+--compression Bool, --deduplication Bool, --zero Bool
 
 OO_LVCONVERT: --alloc Alloc, --background, --force, --noudevsync
 
@@ -615,8 +614,7 @@ RULE: all and lv_is_visible
 RULE: all not lv_is_locked lv_is_origin lv_is_merging_origin lv_is_external_origin lv_is_virtual lv_is_raid_with_integrity
 
 lvconvert --vdopool LV_linear_striped_raid_cache
-OO: --type vdo-pool, OO_LVCONVERT_VDO, OO_LVCONVERT
---name LV_new, --virtualsize SizeMB,
+OO: --type vdo-pool, OO_LVCONVERT_VDO, OO_LVCONVERT, --name LV_new, --virtualsize SizeMB,
 ID: lvconvert_to_vdopool_param
 DESC: Convert LV to type vdopool.
 RULE: all and lv_is_visible
This page took 0.0342 seconds and 5 git commands to generate.