You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/virt-defining-a-watchdog.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Define how the watchdog proceeds when the operating system (OS) no longer respon
9
9
10
10
.Available actions
11
11
[horizontal]
12
-
`poweroff`:: The virtual machine (VM) powers down immediately.
12
+
`poweroff`:: The virtual machine (VM) powers down immediately. If `spec.running` is set to `true`, or `spec.runStrategy` is not set to `manual`, then the VM reboots.
13
13
`reset`:: The VM reboots in place and the guest OS cannot react. Because the length of time required for the guest OS to reboot can cause liveness probes to timeout, use of this option is discouraged. This timeout can extend the time it takes the VM to reboot if cluster-level protections notice the liveness probe failed and forcibly reschedule it.
14
14
`shutdown`:: The VM gracefully powers down by stopping all services.
0 commit comments