cinder/releasenotes/notes/pure_evergreen_one_model-0533b91fb096c468.yaml
Simon Dodsley 31ae9e6283 [Pure Storge] Ensure correct provisioned space value is used
With the development of the Evergreen//One consumption model for FlashArrays
the ``total_provisioned`` value is no longer supplied for arrays using this
consumption model.

Instead we will use the closest EG1 parameter which is ``used_provisioned``.

Closes-bug: #2090310
Change-Id: I65b80a9c370fa53b0bf124a94b8bae452f9c29ab
2024-11-29 14:10:56 -05:00

8 lines
269 B
YAML

---
fixes:
- |
`Bug #2090310 <https://bugs.launchpad.net/cinder/+bug/2090310>`_:
[Pure Storage] Fixed issue with FlashArray using the Evergreen//One
consumption model not reporting ``total_provisioned``. Used
``used_provisoned`` instead in this case.