trim root, dont trim zs so often, as it takes some time
This commit is contained in:
parent
f4b3841793
commit
2ec0e5068a
2 changed files with 8 additions and 2 deletions
|
@ -37,12 +37,12 @@ defaults = {
|
||||||
'systemd-timers': {
|
'systemd-timers': {
|
||||||
'zfs-trim': {
|
'zfs-trim': {
|
||||||
'command': '/usr/lib/zfs-linux/trim',
|
'command': '/usr/lib/zfs-linux/trim',
|
||||||
'when': 'hourly',
|
'when': '*-*-16 02:00',
|
||||||
'persistent': True,
|
'persistent': True,
|
||||||
},
|
},
|
||||||
'zfs-scrub': {
|
'zfs-scrub': {
|
||||||
'command': '/usr/lib/zfs-linux/scrub',
|
'command': '/usr/lib/zfs-linux/scrub',
|
||||||
'when': '*-2,4,6,8,10,12-1 02:00:00',
|
'when': '*-2,4,6,8,10,12-1 02:00',
|
||||||
'persistent': True,
|
'persistent': True,
|
||||||
},
|
},
|
||||||
'zfs-auto-snapshot-hourly': {
|
'zfs-auto-snapshot-hourly': {
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
'systemd-timers',
|
'systemd-timers',
|
||||||
],
|
],
|
||||||
'metadata': {
|
'metadata': {
|
||||||
|
'systemd-timers': {
|
||||||
|
'trim': {
|
||||||
|
'command': '/usr/sbin/fstrim -v /',
|
||||||
|
'when': 'daily',
|
||||||
|
},
|
||||||
|
},
|
||||||
'hosts': {
|
'hosts': {
|
||||||
'10.0.10.2': [
|
'10.0.10.2': [
|
||||||
'resolver.name',
|
'resolver.name',
|
||||||
|
|
Loading…
Reference in a new issue