From Fedora Project Wiki

Revision as of 13:59, 15 September 2009 by Clalance (talk | contribs) (Created page with '{{QA/Test_Case |description=This test case checks that basic live migration using libvirt between two Fedora 12 hosts works correctly. |actions= # On the source machine, edit the...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case checks that basic live migration using libvirt between two Fedora 12 hosts works correctly.


How to test

  1. On the source machine, edit the guest so that it has some small amount of memory (say, 512MB).
  2. On the source machine, start the guest.
  3. Once the guest has fully booted, execute:
    virsh migrate --live <guestname> qemu+ssh://<destination host>/system

Expected Results

  1. After executing the last step, the guest should migrate over to the destination machine, and not be running anymore on the source machine. Use virsh list on both machines to verify this.