Open GoogleCodeExporter opened 9 years ago
Actually, in recent repros the issue is manifesting after this sequence of
calls:
if vm.is_powered_on():
run('sudo halt')
time.sleep(30)
vm.power_off()
vm.delete_named_snapshot('name')
vm.create_snapshot('newname')
vm.power_on()
wait_for_vm()
...
<do some work on VM>
...
Repeat above, fail on
if vm.is_powered_on()
Original comment by paultipl...@gmail.com
on 29 May 2014 at 5:15
Original issue reported on code.google.com by
paultipl...@gmail.com
on 29 May 2014 at 5:04