From 6a629c1634d3ab4f1e6bdc5bd9bdcf2be6a41ea8 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 8 Sep 2012 17:53:18 +0000 Subject: Add a switch to make all jails use its own zfs by default, also provide a parameter to specify default zfs options --- ezjail.conf.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ezjail.conf.sample') 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 @@ # Setting this to YES will start to manage the basejail and newjail in ZFS # ezjail_use_zfs="YES" +# Setting this to YES will manage ALL new jails in their own zfs +# ezjail_use_zfs_for_jails="YES" # The name of the ZFS ezjail should create jails on, it will be mounted at the ezjail_jaildir # ezjail_jailzfs="tank/ezjail" # ADVANCED, be very careful! # ezjail_zfs_properties="-o compression=lzjb -o atime=off" +# ezjail_zfs_jail_properties="-o dedup=on" -- cgit v1.2.3