f47be72adc
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
10 lines
378 B
YAML
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.
|