Product SiteDocumentation Site

1.7. Migration

Migration is the term for the process of moving a virtualized guest from one host to another. Migration can be conducted offline (where the guest is suspended and then moved) or live (where a guest is moved without suspending).
Migration is a key feature of virtualization as software is completely separated from hardware. Migration is useful for:
Migration only moves the virtualized guest's memory. The guest's storage is located on networked storage which is shared between the source host and the destination.
Shared, networked storage must be used for storing guest images. Without shared storage migration is not possible. It is recommended to use libvirt managed storage pools for shared storage.
Offline migration
An offline migration suspends the guest then moves an image of the guest's memory to the destination host. The guest is resumed on the destination host and then memory the guest used on the source host is freed.
Live migration
Live migration is the process of migrating a running guest from one physical host to another physical host.
For more information on migration refer to Chapter 18, KVM live migration.