Correct miss-spelling of zfs parent filesystem as zpool

This commit is contained in:
erdgeist 2011-01-28 16:46:09 +00:00
parent c7ee87cfdf
commit c47b97bdb9
2 changed files with 9 additions and 7 deletions

View File

@ -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
.Xr gbde 4
encryption. During the gbde creation process you are asked to enter a
passphrase that is used as the prime seed value of the encryption
process. Remember this passphrase, you will be asked for the
passphrase every time sub-command start is used on this jail. As they
require administrator interaction, jails backed by an encrypted file
are not automatically started when the system boots.
passphrase that is used as the prime seed value of the encryption process.
Remember this passphrase, you will be asked for the passphrase every time
you want to start this jail. As they require administrator interaction,
jails backed by an encrypted file are not automatically started when the
system boots.
.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
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
variable to create the filesystem in.
.El

View File

@ -278,7 +278,8 @@ filesystem, whose initial quota is given with the
.Fl s
option. The filesystem is created in the
.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
variable, both values configured in
.Xr ezjail.conf 5