summaryrefslogtreecommitdiff
path: root/man/fsadm.8_main
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2017-10-06 16:28:35 +0200
committerOndrej Kozina <okozina@redhat.com>2017-10-10 14:18:57 +0200
commit30293baaa0f87efeab81f01f9c5d73b26869babf (patch)
tree212ad2e1027b81202af0216b4faa65828002d4d1 /man/fsadm.8_main
parent22789563dec6d470a48e728305e6e0a92ff92a9f (diff)
downloadlvm2-30293baaa0f87efeab81f01f9c5d73b26869babf.tar.gz
fsadm: add support for crypt devices
Diffstat (limited to 'man/fsadm.8_main')
-rw-r--r--man/fsadm.8_main8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/fsadm.8_main b/man/fsadm.8_main
index c46033ce2..799cb2547 100644
--- a/man/fsadm.8_main
+++ b/man/fsadm.8_main
@@ -65,6 +65,11 @@ Be more verbose.
Answer "yes" at any prompts.
.
.HP
+.BR -c | --cryptresize
+.br
+Resize dm-crypt mapping together with filesystem detected on the device. The dm-crypt device must be recognizable by cryptsetup(8).
+.
+.HP
.BR \fInew_size [ B | K | M | G | T | P | E ]
.br
Absolute number of filesystem blocks to be in the filesystem,
@@ -111,4 +116,5 @@ Defaults to "\fI/dev\fP" and must be an absolute path.
.BR resize_reiserfs (8),
.BR xfs_info (8),
.BR xfs_growfs (8),
-.BR xfs_check (8)
+.BR xfs_check (8),
+.BR cryptsetup (8)