From Fedora Project Wiki

No edit summary
No edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case checks that very basic live migration between two Fedora 12 hosts works correctly.
|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]]
|actions=
|actions=
# 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:<br><code>/var/lib/libvirt/images *(rw,no_root_squash)</code>.  Then run <code>service nfs start</code>, and the  
# Make sure that the /var/lib/libvirt/images directory is shared via NFS.  Edit /etc/exports, and add a line like:<br><code>/var/lib/libvirt/images *(rw,no_root_squash)</code>.  Then run <code>service nfs start</code>, and the  
|results=
|results=

Revision as of 13:51, 15 September 2009

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

  1. On the source machine, start up the guest with a small amount of memory, say 512MB or so.
  2. 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 run service nfs start, and the

Expected Results

  1. hello