Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cold migration for instances created on ephemeral storage

With cold migration instance will be rebooted

E.g. to migrated instance with UUID e1914906-7e33-4d30-88f0-785130fdd85d  to the compute node cld-np-14:

Code Block
languagebash
nova migrate e1914906-7e33-4d30-88f0-785130fdd85d --host cld-np-14.cloud.pd.infn.it

...


If source and target hypervisor aren't compatible, you will get an error message. In this case find another compatible target hypervisor or use cold migration (see above).

...


Troubleshooting


If source and target compute nodes have different settings for SELINUX (e.g. 'disabled' vs 'permissive') live migration will fail. No errors will be reported when issuing the command and no errors will be reported in the output of "openstack server event list <uuid> command". In the nova log of the compute node you will see something like:

...