return success if snapshots not sent because health check fails.

This commit is contained in:
2025-06-21 09:15:58 +02:00
parent b3a31ada0b
commit 48049f68b6

View File

@ -375,8 +375,6 @@ def main():
snapshots = zsnaplib.get_snapshots(local_zfs_cmd)
failed_send = send_snapshots(fslist, snapshots, config)
if failed_send:
ret = RET_CODES['ERROR']
failed_snapshots.update(failed_send)
for remote in remotes.keys():
failed_send = send_snapshots(