d5cfbf41f2
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
9 lines
365 B
YAML
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.
|