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. | ||
|actions= | |actions= | ||
# 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 |
Revision as of 13:46, 15 September 2009
Description
This test case checks that very basic live migration between two Fedora 12 hosts works correctly.
How to test
- 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