Currently, NetApp E-series drivers (iSCSI and FC) are incorrectly
reporting the total physical used size as the provisioned_capacity_gb.
This patch fixes the calculation of this attribute by summing the
user-visible capacity of all the volumes present in the backend and
reporting the result as the provisioning_capacity_gb.
(cherry picked from commit f905253b94)
Change-Id: I1471ecfffe340dafb1c95bac5eaff79cde650955
Closes-Bug: #1718739
8 lines
329 B
YAML
8 lines
329 B
YAML
---
|
|
fixes:
|
|
- NetApp E-series (bug 1718739):The NetApp E-series driver has
|
|
been fixed to correctly report the "provisioned_capacity_gb".
|
|
Now it sums the capacity of all the volumes in the configured
|
|
backend to get the correct value. This bug fix affects all the
|
|
protocols supported by the driver (FC and iSCSI).
|