Comment 8 for bug 461528

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

This now works in 0.7.0-1ubuntu13.1:

$ virsh list
Connecting to uri: qemu:///system
 Id Name State
----------------------------------
  1 testqemu-migrate running

$ ssh 192.168.122.3 virsh list
Connecting to uri: qemu:///system
 Id Name State
----------------------------------

$ virsh migrate --live testqemu-migrate qemu+ssh://192.168.122.3/system
Connecting to uri: qemu:///system

$ virsh list
Connecting to uri: qemu:///system
 Id Name State
----------------------------------

$ ssh 192.168.122.3 virsh list
 Id Name State
----------------------------------
  1 testqemu-migrate running