summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-09-22 13:44:09 -0500
committerDavid Teigland <teigland@redhat.com>2015-09-22 13:44:09 -0500
commit532b2d2d4e6817b8971665c2fe30821c7ec7dadd (patch)
tree9c53cf2f2a25994b8633ba881e3159b7ea07f119
parent214e2cddf639e4b5a610e34ac24dbe2fd4618fb6 (diff)
downloadlvm2-532b2d2d4e6817b8971665c2fe30821c7ec7dadd.tar.gz
man lvmthin: use --poolmetadatasize option
when extending a pool metadata lv, rather than referencing the _tmeta device.
-rw-r--r--man/lvmthin.7.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/lvmthin.7.in b/man/lvmthin.7.in
index eb791f089..c142f56e6 100644
--- a/man/lvmthin.7.in
+++ b/man/lvmthin.7.in
@@ -583,7 +583,7 @@ with the lvs \-o+metadata_percent command.
Command to extend thin pool metadata space:
.br
-.B lvextend \-L Size VG/ThinPoolLV_tmeta
+.B lvextend \-\-poolmetadatasize Size VG/ThinPoolLV
.I Example
.br
@@ -605,7 +605,7 @@ Command to extend thin pool metadata space:
3. Double the amount of physical space in the thin metadata LV.
.nf
-# lvextend \-L+12M vg/pool0_tmeta
+# lvextend \-\-poolmetadatasize +12M vg/pool0
.fi
4. The percentage of used metadata blocks is half the previous value.
@@ -873,7 +873,7 @@ repair.
.br
See "Metadata check and repair".
-3. Extend pool metadata space with lvextend VG/ThinPoolLV_tmeta.
+3. Extend pool metadata space with lvextend \-\-poolmetadatasize.
.br
See "Manually manage free metadata space of a thin pool LV".