We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43211c8 commit a5c4ac8Copy full SHA for a5c4ac8
images/virtualization-artifact/pkg/controller/vmop/internal/service/stop.go
@@ -56,7 +56,8 @@ func (o StopOperation) IsApplicableForVMPhase(phase virtv2.MachinePhase) bool {
56
return phase == virtv2.MachineRunning ||
57
phase == virtv2.MachineDegraded ||
58
phase == virtv2.MachineStarting ||
59
- phase == virtv2.MachinePause
+ phase == virtv2.MachinePause ||
60
+ phase == virtv2.MachinePending
61
}
62
63
func (o StopOperation) IsApplicableForRunPolicy(runPolicy virtv2.RunPolicy) bool {
0 commit comments