2012-04-05

Migrating a guest VM with Xen 3.2

'xen migrate' didn't work - it hung, as others have reported.

It turned out to be as simple as:

  1. Stop the original guest.
  2. Copy the disk image and the config files ( in /etc/xen/vm) to the new host.
  3. Execute 'xm create guest-name' on the new host.
  4. Done!

No comments: