From Fedora Project Wiki
Description
This test case checks that very basic live migration between two Fedora 12 hosts works correctly. NOTE: if you don't know about the qemu monitor, and don't want to know about it, you can skip this test-case and go on to QA:Testcase Live Migration using libvirt/virsh
How to test
- On the source machine, start up the guest with a small amount of memory, say 512MB or so.
- Make sure that the /var/lib/libvirt/images directory is shared via NFS. Edit /etc/exports, and add a line like:
/var/lib/libvirt/images *(rw,no_root_squash)
. Then runservice nfs start
, and the
Expected Results
- hello