cinder/releasenotes/notes/pure-list-mangeable-fed4a1b23212f545.yaml
Patrick East 73d2b55352 Add get_manageable_* methods to Pure drivers
This implements basic support for the new driver methods
get_manageable_volumes and get_manageable_snapshots. It
uses the "client side" sorting/pagination like the
reference driver, and to allow support for largest Purity
REST API version range. Future additions can do some of
the sorting and stuff via the REST API on the FlashArray.

We only mark volumes as unsafe if they are already managed
or connected to hosts. For snapshots it is only if they
are already managed by cinder.

Change-Id: I91d808021995921fa51a9f99e3a1e9c7091af865
2016-08-15 14:25:19 -07:00

5 lines
127 B
YAML

---
features:
- Add get_manageable_volumes and get_manageable_snapshots implementations for
Pure Storage Volume Drivers.