Document the new ezjail-admin create -z feature. Also properly attribute the man page authors.

This commit is contained in:
erdgeist 2013-04-10 23:11:58 +00:00
parent 31feb69b9c
commit 92db4874ab
3 changed files with 40 additions and 4 deletions

View File

@ -216,3 +216,10 @@ EZJAIL_PREFIX/etc/rc.d/ezjail.sh
.Sh AUTHOR .Sh AUTHOR
Dirk Engling Dirk Engling
.Aq erdgeist@erdgeist.org . .Aq erdgeist@erdgeist.org .
.Pp
The man page is based on a draft by
.An JoeB
.Aq joeb1@a1poweruser.com
and was rewritten by
.An Frederic Perrin
.Aq frederic.perrin@resel.fr .

View File

@ -656,3 +656,10 @@ Interesting additional tools include:
.Sh AUTHOR .Sh AUTHOR
.An Dirk Engling .An Dirk Engling
.Aq erdgeist@erdgeist.org . .Aq erdgeist@erdgeist.org .
.Pp
The man page is based on a draft by
.An JoeB
.Aq joeb1@a1poweruser.com
and was rewritten by
.An Frederic Perrin
.Aq frederic.perrin@resel.fr .

View File

@ -16,6 +16,7 @@
.Op Fl r Ar jailroot .Op Fl r Ar jailroot
.Op Fl a Ar archive .Op Fl a Ar archive
.Op Fl c Ar jailtype Fl s Ar imagesize Op Fl C Ar attachargs .Op Fl c Ar jailtype Fl s Ar imagesize Op Fl C Ar attachargs
.Op Fl z Ar parentzfs
.Bk -words .Bk -words
.Ar jailname ipaddress Ns Op Ar ,ipaddress2,... .Ar jailname ipaddress Ns Op Ar ,ipaddress2,...
.Ek .Ek
@ -276,20 +277,34 @@ jail is backed with a
.Xr zfs 8 .Xr zfs 8
filesystem, whose initial quota is given with the filesystem, whose initial quota is given with the
.Fl s .Fl s
option. The filesystem is created in the option. The filesystem by default
(see the
.Fl z
option) is created in the
.Dq Li $ezjail_jailzfs .Dq Li $ezjail_jailzfs
parent filesystem and by default compressed using the lzjb method, as set in parent filesystem and compressed using the lzjb method, as set in
the 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 .
.Pp .Pp
In each case, the In each case, the
.Fl s .Fl s
flag is mandatory when creating such a jail. An empty directory (without the flag is mandatory when creating a file backed jail (i.e. any image that is
not zfs backed). An empty directory (without the
.Pa .img .Pa .img
suffix in the case of file-based jails) will be created and used as a mount suffix in the case of file-based jails) will be created and used as a mount
point when running the jail. point when running the jail.
.It Fl z Ar parentzfs
Normally zfs jails are created in a child of the same zfs, ezjail keeps its
working directories in, as configured in the
.Dq Li ezjail_jailzfs
variable set in
.Xr ezjail.conf 5 .
Use this option to override this default.
.Pp
This option implies
.Fl c Ar zfs .
.It Fl s Ar imagesize .It Fl s Ar imagesize
Allocate this size to the jail. Without an unit, the size is in bytes. The Allocate this size to the jail. Without an unit, the size is in bytes. The
valid suffix values are b/B for blocks (i. e. 512 bytes), k/K for kilobytes, valid suffix values are b/B for blocks (i. e. 512 bytes), k/K for kilobytes,
@ -605,3 +620,10 @@ filesystem is taken first.
.Sh AUTHOR .Sh AUTHOR
.An Dirk Engling .An Dirk Engling
.Aq erdgeist@erdgeist.org . .Aq erdgeist@erdgeist.org .
.Pp
The man page is based on a draft by
.An JoeB
.Aq joeb1@a1poweruser.com
and was rewritten by
.An Frederic Perrin
.Aq frederic.perrin@resel.fr .