diff options
author | erdgeist <erdgeist@erdgeist.org> | 2012-09-08 17:53:18 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2012-09-08 17:53:18 +0000 |
commit | 6a629c1634d3ab4f1e6bdc5bd9bdcf2be6a41ea8 (patch) | |
tree | aeb2524f4fcc414fb525402b63f346d96b7e043f /ezjail.conf.sample | |
parent | 5f9fafd80f08b53c62ba6255a85b78a3b5d4232b (diff) |
Add a switch to make all jails use its own zfs by default, also provide a parameter to specify default zfs options
Diffstat (limited to 'ezjail.conf.sample')
-rwxr-xr-x | ezjail.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ezjail.conf.sample b/ezjail.conf.sample index 5d3bbe2..1815486 100755 --- a/ezjail.conf.sample +++ b/ezjail.conf.sample | |||
@@ -52,7 +52,10 @@ | |||
52 | 52 | ||
53 | # Setting this to YES will start to manage the basejail and newjail in ZFS | 53 | # Setting this to YES will start to manage the basejail and newjail in ZFS |
54 | # ezjail_use_zfs="YES" | 54 | # ezjail_use_zfs="YES" |
55 | # Setting this to YES will manage ALL new jails in their own zfs | ||
56 | # ezjail_use_zfs_for_jails="YES" | ||
55 | # The name of the ZFS ezjail should create jails on, it will be mounted at the ezjail_jaildir | 57 | # The name of the ZFS ezjail should create jails on, it will be mounted at the ezjail_jaildir |
56 | # ezjail_jailzfs="tank/ezjail" | 58 | # ezjail_jailzfs="tank/ezjail" |
57 | # ADVANCED, be very careful! | 59 | # ADVANCED, be very careful! |
58 | # ezjail_zfs_properties="-o compression=lzjb -o atime=off" | 60 | # ezjail_zfs_properties="-o compression=lzjb -o atime=off" |
61 | # ezjail_zfs_jail_properties="-o dedup=on" | ||