cinder/releasenotes/notes/bug-1962824-ff0cac0d35021f84.yaml
tony-saad f47be72adc Dell PowerStore: Volume caching exception support
Fixed volume caching in PowerStore driver. Volume caching stops working
after 32nd volume created from the same image due to snapshot limit per
volume in PowerStore. The driver needs to throw exception
SnapshotLimitReached to invalidate cache and start over with new volume
snapshots.

Closes-Bug: #1962824
Change-Id: I8b46d443a75bf98260394552f77c6807e405dce7
2023-01-13 07:04:25 -08:00

10 lines
378 B
YAML

---
fixes:
- |
PowerStore driver `bug #1962824
<https://bugs.launchpad.net/cinder/+bug/1962824>`_: Fixed Cinder
volume caching mechanism for the driver. Now the driver
correctly raises ``exception.SnapshotLimitReached`` when maximum
snapshots are created for a given volume and the volume cache is
invalidated to allow a new row of fast volume clones.