Reverting a resize does not update the instance.availability_zone value to the source az
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Matt Riedemann | ||
Pike |
Fix Committed
|
Medium
|
Matt Riedemann | ||
Queens |
Fix Committed
|
Medium
|
Matt Riedemann | ||
Rocky |
Fix Committed
|
Medium
|
Matt Riedemann | ||
Stein |
Fix Committed
|
Medium
|
Matt Riedemann |
Bug Description
With this change in pike: https:/
For a server that is created with an explicit AZ, the resize is restricted to the same AZ via the AvailabilityZon
The bug is that when a server is resized and moves from zone 1 to zone 2, if the resize is reverted, nothing updates the instance.
Note that the API hides this a bit when showing the instance AZ:
If the instance.
Changed in nova: | |
importance: | Low → Medium |
Note that even though the API shows the correct AZ when showing the server details in isolation, the 'availability_zone' query parameter when listing servers will be wrong.