-
Bug
-
Resolution: Unresolved
-
Major
-
2.7.0
-
None
-
2
-
False
-
None
-
True
-
-
Description of problem:
Warning: spec.running is deprecated, please use spec.runStrategy instead. virtualmachine.kubevirt.io/vm-fedora created
Version-Release number of selected component (if applicable):
How reproducible:
Always / N%
Steps to Reproduce:
1. Migrate a VM and look at the new VM spec 2. Look for the new spec.RunStrategy 3. Look for the deprecated spec.Running
Actual results:
we see only spec.Running
Expected results:
we see only spec.RunStrategy
Additional info:
https://kubevirt.io/user-guide/compute/run_strategies/ we also use this field to start and stop the VM in the target, we should use the he VirtualMachine subresource endpoints.