a85ae95a99
When creating volume, Cinder use az cache to validate az. This will lead a problem: If a new cinder-volume node with a different az is added to the OpenStack environment or admin change an exist cinder-volume's az, Creating volume with this az will fail until the cache is refreshed. This patch will refresh the cached az if the previous creating task failed to find the target. Change-Id: I3e884af1499ea2ddea1a3603d3d09c31a1f62811 Cloese-bug: #1693084
6 lines
134 B
YAML
6 lines
134 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Now cinder will refresh the az cache immediatelly if previous create
|
|
volume task failed due to az not found.
|