search for: migrate_cancel

Displaying 3 results from an estimated 3 matches for "migrate_cancel".

2014 Jan 08
2
Canceling a live migration via virsh? (QEMU/KVM)
...r this to return immediately, so I can just poll for the migration status? Also, is there a way to _cancel_ a migration? I see the --timeout option, however if a given timeout is reached I would rather have the ability to cancel the migration than force the suspend. I do see there is a QEMU api migrate_cancel..eg: virsh qemu-monitor-command ${name} --pretty '{"execute":"migrate_cancel"}' Is that the only way to cancel a migration using libvirt?
2014 Jan 08
0
Re: Canceling a live migration via virsh? (QEMU/KVM)
...e a way to _cancel_ a migration? Hit Ctrl-C (or any other approach for sending SIGINT to virsh). > I see > the --timeout option, however if a given timeout is reached I would > rather have the ability to cancel the migration than force the suspend. > > I do see there is a QEMU api migrate_cancel..eg: > > virsh qemu-monitor-command ${name} --pretty '{"execute":"migrate_cancel"}' > > Is that the only way to cancel a migration using libvirt? That way is unsupported. The supported way (and the way used by ctrl-C during 'virsh migrate') is to...
2011 Mar 25
0
Some notes on using QMP to hot plug disks
...m_powerdown"}, {"name": "device_add"}, {"name": "device_del"}, {"name": "cpu"}, {"name": "memsave"}, {"name": "pmemsave"}, {"name": "migrate"}, {"name": "migrate_cancel"}, {"name": "migrate_set_speed"}, {"name": "client_migrate_info"}, {"name": "migrate_set_downtime"}, {"name": "netdev_add"}, {"name": "netdev_del"}, {"name": "block_resiz...