bundles/backup-server: disable ZFS OLD SNAPSHOTS check
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2022-04-06 18:13:23 +02:00
parent 4390256abc
commit ca69969dad
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -8,6 +8,11 @@ defaults = {
'c-*', 'c-*',
}, },
}, },
'zfs': {
# The whole point of doing backups is to keep them for a long
# time, which eliminates the need for this check.
'enable_old_snapshots_check': False,
},
} }
@metadata_reactor.provides( @metadata_reactor.provides(