Compare commits
No commits in common. "2ec0e5068aa5f66801e35f2539babfb8d6d9f7d2" and "5d22aaa1ebc110d507c334cc57ca0dde84142167" have entirely different histories.
2ec0e5068a
...
5d22aaa1eb
3 changed files with 3 additions and 9 deletions
|
@ -55,5 +55,5 @@ for name, config in node.metadata.get('zfs/pools', {}).items():
|
|||
},
|
||||
],
|
||||
},
|
||||
"autotrim": False,
|
||||
"autotrim": True,
|
||||
}
|
||||
|
|
|
@ -37,12 +37,12 @@ defaults = {
|
|||
'systemd-timers': {
|
||||
'zfs-trim': {
|
||||
'command': '/usr/lib/zfs-linux/trim',
|
||||
'when': '*-*-16 02:00',
|
||||
'when': '*-*-01 00:00:00',
|
||||
'persistent': True,
|
||||
},
|
||||
'zfs-scrub': {
|
||||
'command': '/usr/lib/zfs-linux/scrub',
|
||||
'when': '*-2,4,6,8,10,12-1 02:00',
|
||||
'when': '*-*-15 00:00:00',
|
||||
'persistent': True,
|
||||
},
|
||||
'zfs-auto-snapshot-hourly': {
|
||||
|
|
|
@ -15,12 +15,6 @@
|
|||
'systemd-timers',
|
||||
],
|
||||
'metadata': {
|
||||
'systemd-timers': {
|
||||
'trim': {
|
||||
'command': '/usr/sbin/fstrim -v /',
|
||||
'when': 'daily',
|
||||
},
|
||||
},
|
||||
'hosts': {
|
||||
'10.0.10.2': [
|
||||
'resolver.name',
|
||||
|
|
Loading…
Reference in a new issue