-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.yml
52 lines (51 loc) · 1.11 KB
/
main.yml
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
43
44
45
46
47
48
49
50
51
52
---
zfs_kernel_module_parameters: {}
zfs_storage_defaults: {}
zfs_filesystems: []
zvols: []
zfs_zpools: []
zfs_default_enable_scrub: True
zfs_scrub_frequency: weekly
zfs_storage_drive_wwids: []
zfs_save_nfs_exports: True
zfs_base_defaults:
aclinherit: restricted
atime: on
canmount: on
checksum: on
copies: 1
dedup: off
devices: on
exec: on
filesystem_limit: none
logbias: latency
#mountpoint is omitted as it is generated by ZFS
overlay: off
primarycache: all
quota: none
snapshot_limit: none
readonly: off
recordsize: 128K
redundant_metadata: all
refquota: none
refreservation: none
reservation: none
secondarycache: all
setuid: on
sharesmb: off
sharenfs: off
snapdev: hidden
snapdir: hidden
sync: standard
# Attributes below are not the ZOL default:
acltype: posixacl
compression: on
relatime: on
xattr: sa
# Attributes used by zfs-auto-snapshot
com_sun_auto_snapshot: False
com_sun_auto_snapshot_frequent: False
com_sun_auto_snapshot_hourly: False
com_sun_auto_snapshot_daily: False
com_sun_auto_snapshot_weekly: False
com_sun_auto_snapshot_monthly: False