nerc-project / coldfront-plugin-cloud

ColdFront plugin to manage resource allocations on OpenStack and OpenShift
GNU General Public License v3.0
4 stars 10 forks source link

Convert Swift quotas from GB to GiB #168

Closed QuanMPhm closed 5 months ago

QuanMPhm commented 5 months ago

Closes #162. A one-time command is added which will set the Swift quota of every allocation from GB to GiB. The Swift quota attribute name has been appropriately renamed

QuanMPhm commented 5 months ago

@naved001 It does look a bit unclear. Because GB_IN_BYTES has been changed from 10^9 to 2^30, when all the Openstack allocations' Swift quotas are set again, they will be multiplied by the correct multiplier.