summaryrefslogtreecommitdiff
path: root/tools/command-lines.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2022-09-09 16:07:07 -0500
committerDavid Teigland <teigland@redhat.com>2022-09-09 16:18:55 -0500
commit18722dfdf4d3e6f172d0b2af8bbdc4a154ea1dc0 (patch)
treed6e85ac7c07e5d225372f1e169540e0cc6d0fdf5 /tools/command-lines.in
parent55e9494e5fe3e3d2790fca6330b848a577e0b1c0 (diff)
downloadlvm2-18722dfdf4d3e6f172d0b2af8bbdc4a154ea1dc0.tar.gz
lvresize: restructure code
Rewrite top level resize function to prepare for adding new fs resizing.
Diffstat (limited to 'tools/command-lines.in')
-rw-r--r--tools/command-lines.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/command-lines.in b/tools/command-lines.in
index 6e9e7bdea..0cb9425c1 100644
--- a/tools/command-lines.in
+++ b/tools/command-lines.in
@@ -1382,7 +1382,7 @@ OO: --alloc Alloc, --autobackup Bool, --force, --mirrors Number,
--stripes Number, --stripesize SizeKB, --poolmetadatasize PSizeMB,
--type SegType
OP: PV ...
-ID: lvextend_by_size
+ID: lvextend_size
DESC: Extend an LV by a specified size.
lvextend LV PV ...
@@ -1390,25 +1390,25 @@ OO: --alloc Alloc, --autobackup Bool, --force, --mirrors Number,
--nofsck, --nosync, --noudevsync,
--reportformat ReportFmt, --resizefs, --stripes Number, --stripesize SizeKB,
--type SegType
-ID: lvextend_by_pv
+ID: lvextend_pv
DESC: Extend an LV by specified PV extents.
-lvextend --poolmetadatasize PSizeMB LV_thinpool
+lvextend --poolmetadatasize PSizeMB LV_thinpool_linear
OO: --alloc Alloc, --autobackup Bool, --force, --mirrors Number,
--nofsck, --nosync, --noudevsync,
--reportformat ReportFmt, --stripes Number, --stripesize SizeKB,
--type SegType
OP: PV ...
-ID: lvextend_pool_metadata_by_size
+ID: lvextend_pool_metadata
DESC: Extend a pool metadata SubLV by a specified size.
-lvextend --usepolicies LV_thinpool_snapshot
+lvextend --usepolicies LV_snapshot_thinpool_vdopool
OO: --alloc Alloc, --autobackup Bool, --force, --mirrors Number,
--nofsck, --nosync, --noudevsync,
--reportformat ReportFmt, --resizefs,
--type SegType
OP: PV ...
-ID: lvextend_by_policy
+ID: lvextend_policy
DESC: Extend an LV according to a predefined policy.
---
@@ -1456,7 +1456,7 @@ DESC: Remove the devices file entry for the given PVID.
lvreduce --size NSizeMB LV
OO: --autobackup Bool, --force, --nofsck, --noudevsync,
--reportformat ReportFmt, --resizefs
-ID: lvreduce_general
+ID: lvreduce_size
---
@@ -1487,7 +1487,7 @@ OO: --alloc Alloc, --autobackup Bool, --force,
--stripes Number, --stripesize SizeKB, --poolmetadatasize PSizeMB,
--type SegType
OP: PV ...
-ID: lvresize_by_size
+ID: lvresize_size
DESC: Resize an LV by a specified size.
lvresize LV PV ...
@@ -1495,7 +1495,7 @@ OO: --alloc Alloc, --autobackup Bool, --force,
--nofsck, --nosync, --noudevsync,
--reportformat ReportFmt, --resizefs, --stripes Number, --stripesize SizeKB,
--type SegType
-ID: lvresize_by_pv
+ID: lvresize_pv
DESC: Resize an LV by specified PV extents.
lvresize --poolmetadatasize PSizeMB LV_thinpool
@@ -1504,7 +1504,7 @@ OO: --alloc Alloc, --autobackup Bool, --force,
--reportformat ReportFmt, --stripes Number, --stripesize SizeKB,
--type SegType
OP: PV ...
-ID: lvresize_pool_metadata_by_size
+ID: lvresize_pool_metadata
DESC: Resize a pool metadata SubLV by a specified size.
---