This commit is contained in:
Fredrik Eriksson
2018-12-27 07:55:38 +01:00
2 changed files with 1 additions and 1 deletions

View File

@ -228,6 +228,7 @@ def send_snapshots(fslist, snapshots, config, sudo):
log.info('{} successfully sent to remote'.format(fs))
except zsnaplib.ZFSSnapshotError as e:
log.warning(e)
failed_snapshots.add(fs)
return failed_snapshots
def weed_snapshots(fslist, snapshots, config, sudo, failed_snapshots):