zfs-share.8: document -l flag

Description stolen from zfs-mount.8

Reviewed-by: Don Brady <don.brady@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12067
This commit is contained in:
наб 2021-05-17 18:09:46 +02:00 committed by Tony Hutter
parent 19a4bf445f
commit efbed102f0
1 changed files with 11 additions and 1 deletions

View File

@ -29,7 +29,7 @@
.\" Copyright 2018 Nexenta Systems, Inc. .\" Copyright 2018 Nexenta Systems, Inc.
.\" Copyright 2019 Joyent, Inc. .\" Copyright 2019 Joyent, Inc.
.\" .\"
.Dd June 30, 2019 .Dd May 17, 2021
.Dt ZFS-SHARE 8 .Dt ZFS-SHARE 8
.Os .Os
. .
@ -39,6 +39,7 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm zfs .Nm zfs
.Cm share .Cm share
.Op Fl l
.Fl a Ns | Ns Ar filesystem .Fl a Ns | Ns Ar filesystem
.Nm zfs .Nm zfs
.Cm unshare .Cm unshare
@ -49,10 +50,19 @@
.It Xo .It Xo
.Nm zfs .Nm zfs
.Cm share .Cm share
.Op Fl l
.Fl a Ns | Ns Ar filesystem .Fl a Ns | Ns Ar filesystem
.Xc .Xc
Shares available ZFS file systems. Shares available ZFS file systems.
.Bl -tag -width "-a" .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 .It Fl a
Share all available ZFS file systems. Share all available ZFS file systems.
Invoked automatically as part of the boot process. Invoked automatically as part of the boot process.