From Fedora Project Wiki
No edit summary |
(add {{autolang}}) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{autolang|base=yes}} | |||
{{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]]. However, these instructions are useful for debugging, so they are included here as a test case. | ||
|actions= | |actions= | ||
# On the source machine, start the guest using virsh (yes, we will use virsh just for this first part). Once the guest is started, find the guest using:<code>ps -efwwww | grep qemu-kvm</code>. Copy the *entirety* of the command-line to a file on the host called | |||
# | |||
# 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= |
Latest revision as of 09:11, 13 April 2011
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. However, these instructions are useful for debugging, so they are included here as a test case.
How to test
- On the source machine, start the guest using virsh (yes, we will use virsh just for this first part). Once the guest is started, find the guest using:
ps -efwwww
Expected Results
- hello