shade/releasenotes/notes/cache-in-use-volumes-c7fa8bb378106fe3.yaml
Monty Taylor c47ec15457 Consider 'in-use' a non-pending volume for caching
We don't cache volume list if one of the volumes is in pending state, as
otherwise we'd miss the cloud-side cache invalidation. However, active
volumes that are attached are in state "in-use" - so basically if you
had one active volume, the cache would never cache.

Change-Id: I03cbc1b814e4a5829936a22751ee81d52b83fb2e
2015-12-08 13:10:09 -05:00

5 lines
74 B
YAML

---
fixes:
- Fixed caching the volume list when volumes are in
use.