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
If a VM resource is requested to transition in a state where it's already in, it returns success, instead it should return 'the resource is in the same state' #2736
If a VM is already running on HostA and the Admin requests a Start on HostB, it will return a success with the VM being started on HostA. Instead it should return an error to the administrator that the resource is already in running state.
STEPS TO REPRODUCE
Start a VM on HostA
With cloudmonkey, start the same VM on HostB
Observe the result
EXPECTED RESULTS
Response should fail the job and say VM is already in the same state.