summaryrefslogtreecommitdiff
path: root/man/fsadm.8_main
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-04-22 11:09:05 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-04-23 23:00:55 +0200
commit579c9413212deb80c56628a11bd36ba9bace3a22 (patch)
treea448f6433f917f886b1e21a301b30a71422c6fbd /man/fsadm.8_main
parent6f61de300980a55381c70347712c22a96c22807b (diff)
downloadlvm2-579c9413212deb80c56628a11bd36ba9bace3a22.tar.gz
man: document fsadm -l option
Missed -l option in man page, although users should prefer lvresize -r when the also want to do a volume management, as there they can specify i.e. extents for allocation. Also mention dm-crypt support in command description.
Diffstat (limited to 'man/fsadm.8_main')
-rw-r--r--man/fsadm.8_main11
1 files changed, 9 insertions, 2 deletions
diff --git a/man/fsadm.8_main b/man/fsadm.8_main
index d83e99292..dfff5bb97 100644
--- a/man/fsadm.8_main
+++ b/man/fsadm.8_main
@@ -25,13 +25,14 @@ fsadm \(em utility to resize or check filesystem on a device
.
.SH DESCRIPTION
.
-fsadm utility checks or resizes the filesystem on a device.
+fsadm utility checks or resizes the filesystem on a device (can be
+also dm-crypt encrypted device).
It tries to use the same API for
.BR ext2 ,
.BR ext3 ,
.BR ext4 ,
.BR ReiserFS
-.RB and
+and
.BR XFS
filesystem.
.
@@ -50,6 +51,12 @@ Bypass some sanity checks.
Display the help text.
.
.TP
+.BR -l | --lvresize
+Resize also given lvm2 logical volume. More volume management
+functionality is provided with complementary \fBlvresize\fP(8) and the option
+.BR -r | --resizefs.
+.
+.TP
.BR -n | --dry-run
Print commands without running them.
.