[UI] Use `Gi` for storage size, not `G`
Description
relates to
Activity

Diogo Recharte November 6, 2024 at 5:09 PM
Tested with 1.3.0-rc2, created DBs of all 3 DB engine types and asserted that they all were created with GiB.

Diogo Recharte August 21, 2024 at 4:14 PM
PSMDBO v1.17.0 did in fact fix , however we found that there are still issues with some CSI drivers, namely and . In order to work around these issues we will need this ticket after all.

Diogo Recharte July 25, 2024 at 2:27 PM
This has been reverted because with this is no longer needed.

Diogo Recharte July 18, 2024 at 9:57 AM
We created this issue with the intent to fix the bug reported in but as it turns out we couldn’t ensure a safe upgrade path from PSMDBO 1.15.0 to 1.16.1. Hence, we reported this issue to the cloud team (K8SPSMDB-1117) which will fix it in PSMDBO 1.16.2. We’ll integrate with PSMDBO 1.16.2 instead of 1.16.1 and revert the fix done in this ticket.

Mayank Shah July 9, 2024 at 4:33 PM
yeah you’re right, I think it could. As a possible solution, we can write some extra logic in the everest-operator to reconcile the G/GB to Gi
Details
Assignee
Fábio Da SilvaFábio Da SilvaReporter
Mayank ShahMayank ShahSprint
Fix versions
Priority
Medium
Details
Details
Assignee

Reporter

Sprint
Fix versions
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist
Open Smart Checklist
Smart Checklist

When creating a DB from the UI, it must use
Gi
as the unit for storage, notG
. It should also useGi
when displaying details about the DB storageIssue created in Slack from a message.
If users already had clusters with “G” as unit, then that unit should still be visible.