>>> >>> >>> >>> Potential impact and notes: >>> * 4 new states are added to VM state Machine
Mice, When the VM is in transient states (RunningSnapshotting, StoppedSnapshotting), I see that you have taken care of vmsync. But have you ensured that all the concurrent operations on the VM are blocked when the VM is in RunningSnapshotting, StoppedSnapshotting states? For e.g. Can moveVMToUser can simply go ahead if the VM is in 'RunningSnapshotting' state but would have failed if VM was in 'Running' sate.? -Murali