File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
images/virtualization-artifact/pkg/controller/vmop/internal/service Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ firmware:
3
3
libvirt : 10.9.0
4
4
edk2 : stable202411
5
5
core :
6
- 3p-kubevirt : v1.3.1-v12n.8
6
+ 3p-kubevirt : v1.3.1-v12n.9
7
7
3p-containerized-data-importer : v1.60.3-v12n.7
8
8
distribution : 2.8.3
9
9
package :
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ func (o StopOperation) IsApplicableForVMPhase(phase virtv2.MachinePhase) bool {
56
56
return phase == virtv2 .MachineRunning ||
57
57
phase == virtv2 .MachineDegraded ||
58
58
phase == virtv2 .MachineStarting ||
59
- phase == virtv2 .MachinePause
59
+ phase == virtv2 .MachinePause ||
60
+ phase == virtv2 .MachinePending
60
61
}
61
62
62
63
func (o StopOperation ) IsApplicableForRunPolicy (runPolicy virtv2.RunPolicy ) bool {
You can’t perform that action at this time.
0 commit comments