A question about nova live-migration across AZ

Yingji Sun yingjisun at vmware.com
Tue Aug 31 01:17:06 UTC 2021


Buddies,

I can migration nova instance across available zones with the command below. Suppose instance is in AZ1 and host is in AZ2.

nova --os-compute-api-version 2.67 live-migration --force [--block-migrate] <server> [<host>]

After migration, the instance’s available zone is changed to AZ2.

However, the available zone information in request_specs was not changed.

So next time when trying to migrate the instance without specifying a target, the migration target will be selected through nova scheduler, by the availability zone value (AZ1) saved in request_specs. This caused some error.

Is this an expected behavior ?

Yingji.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20210831/261686a2/attachment.html>


More information about the openstack-discuss mailing list