cinder/releasenotes/notes/bug-1693084-fix-az-cache-invalid-6td4q74q28uxcd68.yaml
wangxiyuan a85ae95a99 Refresh az cache if target az is not found in cache
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
2017-08-03 17:24:02 +08:00

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.