From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=This test case checks that very basic live migration between two Fedora 12 hosts works correctly |actions= # Make sure that the /var/lib/libvirt/image...')
 
(add {{autolang}})
 
(7 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=
# Make sure that the /var/lib/libvirt/images directory is shared via NFS.  Edit /etc/exports, and add a line like:
# 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
 
#
<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  
# Start a guest with no NIC - i.e. use <code>virsh edit</code> to ensure there is no <code>&lt;interface&gt;</code>
|results=
 
# hello
}}
}}
[[Category:Virtualization KVM NIC Hotplug Test Cases|virsh ops]]
[[Category:Virtualization Live Migration]]

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

  1. 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

  1. hello