On Mon, Apr 06, 2015 at 15:25:10 -0500, Edward Young wrote:
Hi all,
I start to migrate a VM with its storage using "virsh migrate --live
--copy-storage-all ..." command. I'm wondering whether we can get the
migration report when the migration is done. For instance, how long it
takes to migrate this VM, the total data transferred and etc..
It seems you are looking for "virsh domjobinfo --completed $DOMAIN".
Jirka