Skip to content

Commit ebf668c

Browse files
authored
Merge pull request #111401 from ousleyp/cnv-79383
CNV#79383: RerunOnFailure clarification
2 parents 04f4ef5 + b2711c0 commit ebf668c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

modules/virt-runstrategies-vms.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ The virtual machine instance (VMI) is always present when a virtual machine (VM)
1515

1616
`RerunOnFailure`::
1717
The VMI is re-created on another node if the previous instance fails. The instance is not re-created if the VM stops successfully, such as when it is shut down.
18+
+
19+
[IMPORTANT]
20+
====
21+
Setting `spec.runStrategy: RerunOnFailure` is an explicit command to start the VM. If the VM is intentionally stopped and you do not want it to start, do not change the run strategy value to `RerunOnFailure`.
22+
====
1823

1924
`Manual`::
2025
You control the VMI state manually with the `start`, `stop`, and `restart` virtctl client commands. The VM is not automatically restarted.

0 commit comments

Comments
 (0)