cinder/releasenotes/notes/bug-1918229-0aa9fd75c5e843d5.yaml
Ajitha Robert b5b681b737 Bug fix for free space calculation
Instead of calculating the free space ourselves, simply report the
amount of free space that the storage array tells us it has.

Closes-bug: #1918229
Change-Id: Iff02775822056904e5457ecddcefb2e580f47953
2021-04-09 16:13:08 -07:00

9 lines
332 B
YAML

---
fixes:
- |
Nimble driver `bug #1918229
<https://bugs.launchpad.net/cinder/+bug/1918229>`_: Corrected an issue
where the Nimble storage driver was inaccurately determining that there
was no free space left in the storage array. The driver now relies on the
storage array to report the amount of free space.