05de32ece7
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
11 lines
376 B
YAML
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.
|
|
|