Hi,
I had a VM running on c3rh2 under 'vmc' user:
[vmc@c3rh2 .ssh]$ virsh list --all
Id Name State
----------------------------------------------------
1 vs2relocate_nonRoot running
After the virsh migration command, "virsh migrate --live --unsafe vs2relocate_nonRoot qemu+ssh://
vmc@c3rh1.kirkland.ibm.com/session", this VM successfully got migrated to the target host c3rh1. However, it was not visible to 'vmc' user but 'root'.
[vmc@c3rh1 .ssh]$ virsh list --all
Id Name State
----------------------------------------------------
[vmc@c3rh1 .ssh]$ sudo virsh list --all
Id Name State
----------------------------------------------------
1 vs2relocate_nonRoot running
* The libvirt version is libvirt-0.9.10-21.el6_3.1.x86_64 on both hosts.
Anything I may have missied?
Thanks,
--Yih