1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

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.
This commit is contained in:
Zdenek Kabelac 2021-04-22 11:09:05 +02:00
parent 6f61de3009
commit 579c941321

View File

@ -25,13 +25,14 @@ fsadm \(em utility to resize or check filesystem on a device
. .
.SH DESCRIPTION .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 It tries to use the same API for
.BR ext2 , .BR ext2 ,
.BR ext3 , .BR ext3 ,
.BR ext4 , .BR ext4 ,
.BR ReiserFS .BR ReiserFS
.RB and and
.BR XFS .BR XFS
filesystem. filesystem.
. .
@ -50,6 +51,12 @@ Bypass some sanity checks.
Display the help text. Display the help text.
. .
.TP .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 .BR -n | --dry-run
Print commands without running them. Print commands without running them.
. .