mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
command defs: add missing commas
even though the parser seems to work fine without them
This commit is contained in:
parent
12667e9897
commit
9e836c77a0
@ -318,15 +318,14 @@ OO_LVCONVERT_POOL: --poolmetadata LV, --poolmetadatasize SizeMB,
|
|||||||
--poolmetadataspare Bool, --readahead Readahead, --chunksize SizeKB,
|
--poolmetadataspare Bool, --readahead Readahead, --chunksize SizeKB,
|
||||||
--zero Bool, --metadataprofile String
|
--zero Bool, --metadataprofile String
|
||||||
|
|
||||||
OO_LVCONVERT_THIN: --discards Discards --errorwhenfull Bool
|
OO_LVCONVERT_THIN: --discards Discards, --errorwhenfull Bool
|
||||||
|
|
||||||
OO_LVCONVERT_CACHE: --cachemetadataformat CacheMetadataFormat,
|
OO_LVCONVERT_CACHE: --cachemetadataformat CacheMetadataFormat,
|
||||||
--cachemode CacheMode, --cachepolicy String,
|
--cachemode CacheMode, --cachepolicy String,
|
||||||
--cachesettings String, --zero Bool
|
--cachesettings String, --zero Bool
|
||||||
|
|
||||||
OO_LVCONVERT_VDO: --metadataprofile String --readahead Readahead,
|
OO_LVCONVERT_VDO: --metadataprofile String, --readahead Readahead,
|
||||||
--compression Bool, --deduplication Bool
|
--compression Bool, --deduplication Bool, --zero Bool
|
||||||
--zero Bool
|
|
||||||
|
|
||||||
OO_LVCONVERT: --alloc Alloc, --background, --force, --noudevsync
|
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
|
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
|
lvconvert --vdopool LV_linear_striped_raid_cache
|
||||||
OO: --type vdo-pool, OO_LVCONVERT_VDO, OO_LVCONVERT
|
OO: --type vdo-pool, OO_LVCONVERT_VDO, OO_LVCONVERT, --name LV_new, --virtualsize SizeMB,
|
||||||
--name LV_new, --virtualsize SizeMB,
|
|
||||||
ID: lvconvert_to_vdopool_param
|
ID: lvconvert_to_vdopool_param
|
||||||
DESC: Convert LV to type vdopool.
|
DESC: Convert LV to type vdopool.
|
||||||
RULE: all and lv_is_visible
|
RULE: all and lv_is_visible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user