Skip to content

Commit

Permalink
Merge pull request kubevirt#9953 from fabiand/better-io-error-condition
Browse files Browse the repository at this point in the history
Improve the IOError condition description.
  • Loading branch information
kubevirt-bot authored Jun 23, 2023
2 parents 35b5a28 + 68a0631 commit bc2c2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/virt-handler/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ func calculatePausedCondition(vmi *v1.VirtualMachineInstance, reason api.StateCh
LastProbeTime: now,
LastTransitionTime: now,
Reason: "PausedIOError",
Message: "VMI was paused, IO error",
Message: "VMI was paused, low-level IO error detected",
})
default:
log.Log.Object(vmi).V(3).Infof("Domain is paused for unknown reason, %s", reason)
Expand Down

0 comments on commit bc2c2cc

Please sign in to comment.