Re: [libvirt] [PATCH] [v2] qemu: Retry JSON monitor cont cmd on MigrationExpected error

2011-01-21 Thread Jim Fehlig
Daniel Veillard wrote: On Thu, Jan 20, 2011 at 07:27:14PM -0700, Jim Fehlig wrote: When restoring a saved qemu instance via JSON monitor, the vm is left in a paused state. Turns out the 'cont' cmd was failing with MigrationExpected error class and An incoming migration is expected before

[libvirt] [PATCH] [v2] qemu: Retry JSON monitor cont cmd on MigrationExpected error

2011-01-20 Thread Jim Fehlig
When restoring a saved qemu instance via JSON monitor, the vm is left in a paused state. Turns out the 'cont' cmd was failing with MigrationExpected error class and An incoming migration is expected before this command can be executed error description due to migration (restore) not yet complete.

Re: [libvirt] [PATCH] [v2] qemu: Retry JSON monitor cont cmd on MigrationExpected error

2011-01-20 Thread Daniel Veillard
On Thu, Jan 20, 2011 at 07:27:14PM -0700, Jim Fehlig wrote: When restoring a saved qemu instance via JSON monitor, the vm is left in a paused state. Turns out the 'cont' cmd was failing with MigrationExpected error class and An incoming migration is expected before this command can be