cinder/releasenotes/notes/fix-size-reporting-seagate-driver.rst
Chris M 4653773bc0 Seagate driver: fix get_volume_size()
The driver was reporting volume sizes in units of GB (10^9), the
default format the native array UIs, rather than GiB (2^30).  This
change also affects the HPE MSA, Dell PowerVault, and Lenovo drivers
as they use the same code.

Change-Id: I038f1399812e6c053622751eb62df89eff8a33db
2021-09-22 16:03:00 +00:00

132 B

---fixes:
  • Seagate, HPE MSA, Dell PowerVault, Lenovo drivers: report volume size in GiB (2^30) rather than GB (10^9).