cinder/releasenotes/notes/ontap-add-provisioned-capacity-option-2f8122663eec51ae.yaml
Fernando Ferraz 6906cd2a7b NetApp ONTAP: Add option to report storage provisioned capacity
This patch adds option ´netapp_driver_reports_provisioned_capacity´,
for driver to calculate the storage provisioned capacity by queryng
volume sizes directly from the storage system and reporting as a
pool capability ´provisioned_capacity_gb´, instead of relying
on the default behavior of using scheduler and volume service
internal states as done by ´allocated_capacity_gb´.

Implements: blueprint ontap-report-provisioned-capacity
Change-Id: I97625de865a63b0cf725f61d9d2ea3c44740d9e7
2021-09-03 18:21:13 +00:00

8 lines
254 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
features:
- |
NetApp ONTAP driver: added option
´netapp_driver_reports_provisioned_capacity´, which enables the driver
to calculate and report provisioned capacity to Cinder Scheduler based
on volumes sizes in the storage system.