Fix the cross_az_attach value in AZ-unshelved spec
If CONF.cinder.cross_az_attach is True, then nova allow to use the different availability zone among server and attached volume. If False, then both availability zone has to be same[1]. Spec mentioned the cross_az_attach value wrongly. [1] https://docs.openstack.org/nova/latest/configuration/config.html#cinder.cross_az_attach Change-Id: I53db20b8fd07ae931891b984276236b550d45ed4
This commit is contained in:
@@ -44,7 +44,7 @@ Proposed change
|
||||
Add a new microversion to the unshelve/restore shelved server
|
||||
(unshelve Action) API to support specifying AZ to restore a shelved server.
|
||||
|
||||
If the operator configures cross_az_attach=True [3]_ in nova.conf, in the
|
||||
If the operator configures cross_az_attach=False [3]_ in nova.conf, in the
|
||||
[cinder] group, the server create flow will fail if the specified AZ does
|
||||
not match the volumes being attached to the server. Unshelve should likely
|
||||
also fail for the same reason, but to figure that out we'd have to iterate
|
||||
|
||||
Reference in New Issue
Block a user