summaryrefslogtreecommitdiffstats
path: root/man/lvresize.8.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-06-17 11:25:43 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-06-17 11:25:43 +0000
commit50b906abaa62b71836c6b1f19b60e73fc2288e2f (patch)
tree425631fab57d870280456ecf6e6eb307b8cc6a68 /man/lvresize.8.in
parent9e0521ebb0619fd1fa30d93da2d7b53c11b0c33a (diff)
downloadlvm2-50b906abaa62b71836c6b1f19b60e73fc2288e2f.tar.gz
lvm2-50b906abaa62b71836c6b1f19b60e73fc2288e2f.tar.xz
lvm2-50b906abaa62b71836c6b1f19b60e73fc2288e2f.zip
Update lvresize/extend/reduce manpages with --nofsck, --resizefs options
Diffstat (limited to 'man/lvresize.8.in')
-rw-r--r--man/lvresize.8.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/lvresize.8.in b/man/lvresize.8.in
index b5bbc071..a2883047 100644
--- a/man/lvresize.8.in
+++ b/man/lvresize.8.in
@@ -9,6 +9,9 @@ lvresize \- resize a logical volume
[\-i|\-\-stripes Stripes [\-I|\-\-stripesize StripeSize]]
{\-l|\-\-extents [+]LogicalExtentsNumber[%{VG|LV|PVS|FREE|ORIGIN}] |
\-L|\-\-size [+]LogicalVolumeSize[bBsSkKmMgGtTpPeE]}
+[\-f|\-\-force]
+[\-n|\-\-nofsck]
+[\-r|\-\-resizefs]
[\-t|\-\-test]
[\-v|\-\-verbose] LogicalVolumePath [PhysicalVolumePath[:PE[-PE]]...]
.SH DESCRIPTION
@@ -67,6 +70,18 @@ Not applicable to LVs using the original metadata LVM format, which
must use a single value throughout.
.br
StripeSize must be 2^n (n = 2 to 9)
+.TP
+.I \-f, \-\-force
+Force resize without any question.
+.TP
+.I \-n, \-\-nofsck
+Do not perform fsck before resizing filesystem when filesystem
+requires it. You may need to use \fB--force\fR to proceed with
+this option.
+.TP
+.I \-r, \-\-resizefs
+Resize underlying filesystem together with logical volume size.
+\fBfsadm\fR tool is used for filesystem resize.
.SH Examples
.br
"lvresize -L+16M vg1/lv1 /dev/sda:0-1 /dev/sdb:0-1"
@@ -75,6 +90,7 @@ tries to extend a logical volume "vg1/lv1" by 16MB using physical extents
/dev/sda:0-1 and /dev/sdb:0-1 for allocation of extents.
.SH SEE ALSO
+.BR fsadm (8),
.BR lvm (8),
.BR lvconvert (8),
.BR lvcreate (8),