Skip to content

Commit

Permalink
feat(backups): also transfer health check sr for mirror backup
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed May 30, 2023
1 parent 89c1566 commit fec0360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exports.AbstractRemote = class AbstractRemoteVmBackupRunner extends Abstract {
...settings,
...allSettings[remoteId],
}
writers.add(new RemoteWriter({ adapter, config, job, vmUuid, remoteId, settings: targetSettings }))
writers.add(new RemoteWriter({ adapter, config, healthCheckSr, job, vmUuid, remoteId, settings: targetSettings }))
})
}

Expand Down

0 comments on commit fec0360

Please sign in to comment.