cinder/releasenotes/notes/fix-powerflex-volume-cache-da3fa1769ef78ae8.yaml
Vladislav Belogrudov 05de32ece7 Fix volume caching in PowerFlex driver
Volume caching stops working after 126th volume created from
the same image due to snapshot limit per volume in PowerFlex.
The driver needs to throw exception "SnapshotLimitReached" to
invalidate cache and start over with new volume snapshots.

Closes-Bug: #1942095
Change-Id: Ic61f23c87de5dad52c06061849e3db970cee4327
2022-08-26 08:53:07 +02:00

11 lines
376 B
YAML

---
fixes:
- |
PowerFlex driver `bug #1942095
<https://bugs.launchpad.net/cinder/+bug/1942095>`_: 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 a volume cache is
invalidated to allow a new row of fast volume clones.