1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

command defs: add missing commas

even though the parser seems to work fine without them
This commit is contained in:
David Teigland 2021-02-22 10:44:01 -06:00
parent 12667e9897
commit 9e836c77a0

View 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