diff options
author | наб <[email protected]> | 2021-05-17 18:09:46 +0200 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2022-02-16 17:58:55 -0800 |
commit | efbed102f0c7510f13674b52d4ede5fb0ef71cea (patch) | |
tree | 0f6edd3eba90da569a84b44202fc97716ead2078 | |
parent | 19a4bf445f415f3574ffdd1c7e511017e5c295b4 (diff) |
zfs-share.8: document -l flag
Description stolen from zfs-mount.8
Reviewed-by: Don Brady <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12067
-rw-r--r-- | man/man8/zfs-share.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/man/man8/zfs-share.8 b/man/man8/zfs-share.8 index e30d53881..89121ead0 100644 --- a/man/man8/zfs-share.8 +++ b/man/man8/zfs-share.8 @@ -29,7 +29,7 @@ .\" Copyright 2018 Nexenta Systems, Inc. .\" Copyright 2019 Joyent, Inc. .\" -.Dd June 30, 2019 +.Dd May 17, 2021 .Dt ZFS-SHARE 8 .Os . @@ -39,6 +39,7 @@ .Sh SYNOPSIS .Nm zfs .Cm share +.Op Fl l .Fl a Ns | Ns Ar filesystem .Nm zfs .Cm unshare @@ -49,10 +50,19 @@ .It Xo .Nm zfs .Cm share +.Op Fl l .Fl a Ns | Ns Ar filesystem .Xc Shares available ZFS file systems. .Bl -tag -width "-a" +.It Fl l +Load keys for encrypted filesystems as they are being mounted. +This is equivalent to executing +.Nm zfs Cm load-key +on each encryption root before mounting it. +Note that if a filesystem has +.Sy keylocation Ns = Ns Sy prompt , +this will cause the terminal to interactively block after asking for the key. .It Fl a Share all available ZFS file systems. Invoked automatically as part of the boot process. |