cinder/releasenotes/notes/pure_storage_add_volume_metadata-89f1e23573efcf83.yaml
Simon Dodsley d5cfbf41f2 [Pure Storage] Add volume metadata
Add two fields to the volume metadata to expose the
actual backend array the volume is created on and
the actual volume name on the backend array.

When multiple OpenStack clusters are using the same
backend array, or if there are multiple backends that
the cinder scheduler can choose from, this makes
identification and location of the physical volume
easier for the storage administrator.

[pylint] Fix two bad member references

Change-Id: Ib4135c67f57c36de31fdcd8b23976b2fafabdc91
2021-11-17 23:12:53 -05:00

9 lines
365 B
YAML

---
features:
- |
Pure Storage driver adds volume metadata describing the backend
array name (``array_name``) and volume name (``array_volume_name``).
This allows easier identification and location of a cinder volume
when multiple clusters are using the same backend arrays, or when
the cinder scheduler has multiplae backends to choose from.