Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed Sep 26, 2024
1 parent 16e07db commit 93a8550
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions @xen-orchestra/backups/HealthCheckVmBackup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ export class HealthCheckVmBackup {
`timeout reached while waiting for ${refOrUuid} to report the startup script execution.`,
}
)
const scriptOk = new Date()
remainingTimeout -= scriptOk - guestToolsReady

if (startedRestoredVm.xenstore_data['vm-data/xo-backup-health-check'] !== 'success') {
const message = startedRestoredVm.xenstore_data['vm-data/xo-backup-health-check-error']
Expand Down

0 comments on commit 93a8550

Please sign in to comment.