-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathjetpack.conf.sample
42 lines (32 loc) · 1.3 KB
/
jetpack.conf.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Root ZFS dataset
#root.zfs = zroot/jetpack
# Root mountpoint
#root.zfs.mountpoint = /var/jetpack
# Interface to use for jails (it has to be created before jetpack is used)
#jail.interface = lo1
# Prefix for jail names. Jail name will be ${PREFIX}${UUID}.
#jail.namePrefix = jetpack:
# Compression to used on stored and exported AMIs.
# Valid options are: xz (default), bzip2, gzip, none
#images.aci.compression = xz
# Optionally set other ZFS parameters for root dataset:
#root.zfs.PARAMETER = VALUE ...
# Default ZFS parameters for images dataset. You can add other
# parameters, change the defaults, or unset some of the defaults by
# setting them to an empty string.
#images.zfs.atime=off
#images.zfs.compress=lz4
#images.zfs.dedup=on
# ZFS parameters for containers dataset (none by default)
#containers.zfs.PARAMETER = VALUE ...
# Set to a whitespace-separated list of DNS servers to use inside
# jail. If unset, host's /etc/resolv.conf will be copied to the pod.
#ace.dns-servers = 8.8.4.4 8.8.8.8
# Set to globally set `jail.conf` configuration. To unset an option
# set by default, set it to an empty string.
# TODO: options that can be specified multiple times are not supported
# Default options:
#ace.jailConf.osrelease=10.1-RELEASE-p9
#ace.jailConf.securelevel=2
# Turn on to show debugging info
#debug = off