bundles/zfs: configurable scrub time
This commit is contained in:
parent
a712c098c6
commit
ce76b03fe7
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ def scrub_timer(metadata):
|
||||||
'systemd-timers': {
|
'systemd-timers': {
|
||||||
'timers': {
|
'timers': {
|
||||||
'zfs-scrub': {
|
'zfs-scrub': {
|
||||||
'when': 'Sun 02:00:00 UTC',
|
'when': metadata.get('zfs/scrub_when', 'Sun 02:00:00 UTC'),
|
||||||
'command': scrubs,
|
'command': scrubs,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue