Correct miss-spelling of zfs parent filesystem as zpool
This commit is contained in:
parent
c7ee87cfdf
commit
c47b97bdb9
@ -605,14 +605,15 @@ will be created, and used as a mount point when starting the jail.
|
|||||||
This creates a new file based image jail, with
|
This creates a new file based image jail, with
|
||||||
.Xr gbde 4
|
.Xr gbde 4
|
||||||
encryption. During the gbde creation process you are asked to enter a
|
encryption. During the gbde creation process you are asked to enter a
|
||||||
passphrase that is used as the prime seed value of the encryption
|
passphrase that is used as the prime seed value of the encryption process.
|
||||||
process. Remember this passphrase, you will be asked for the
|
Remember this passphrase, you will be asked for the passphrase every time
|
||||||
passphrase every time sub-command start is used on this jail. As they
|
you want to start this jail. As they require administrator interaction,
|
||||||
require administrator interaction, jails backed by an encrypted file
|
jails backed by an encrypted file are not automatically started when the
|
||||||
are not automatically started when the system boots.
|
system boots.
|
||||||
.It Nm Cm create Fl c Ar zfs Fl s Ar 1G sandbox4 10.0.10.6
|
.It Nm Cm create Fl c Ar zfs Fl s Ar 1G sandbox4 10.0.10.6
|
||||||
This creates a new zfs filesystem based jail with a default quota of 1
|
This creates a new zfs filesystem based jail with a default quota of 1
|
||||||
gigabyte using lzjb compression. It uses the zpool configured in the
|
gigabyte using lzjb compression. It uses the parent ZFS filesystem configured
|
||||||
|
in the
|
||||||
.Dq Li $ezjail_jailzfs
|
.Dq Li $ezjail_jailzfs
|
||||||
variable to create the filesystem in.
|
variable to create the filesystem in.
|
||||||
.El
|
.El
|
||||||
|
@ -278,7 +278,8 @@ filesystem, whose initial quota is given with the
|
|||||||
.Fl s
|
.Fl s
|
||||||
option. The filesystem is created in the
|
option. The filesystem is created in the
|
||||||
.Dq Li $ezjail_jailzfs
|
.Dq Li $ezjail_jailzfs
|
||||||
zpool and by default compressed using the lzjb method, as set in the
|
parent filesystem and by default compressed using the lzjb method, as set in
|
||||||
|
the
|
||||||
.Dq Li ezjail_zfs_jail_properies
|
.Dq Li ezjail_zfs_jail_properies
|
||||||
variable, both values configured in
|
variable, both values configured in
|
||||||
.Xr ezjail.conf 5
|
.Xr ezjail.conf 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user