Unresolved
Details
Details
Assignee
Unassigned
UnassignedReporter
Diogo Recharte
Diogo RecharteQA
Edith Erika Puclla Pareja
Edith Erika Puclla ParejaStory Points
8
Fix versions
Priority
Created February 11, 2025 at 6:48 PM
Updated March 28, 2025 at 6:52 PM
User Story:
As a user managing a MySQL database, I want to be able to increase the disk size from the "Edit Resources" modal, so that I can scale storage based on my growing data needs.
Context:
Currently, MySQL users can modify CPU and Memory but cannot adjust disk size after database creation. This limitation can cause issues as storage needs grow, requiring users to migrate to a larger instance manually. By allowing disk size to be increased, we improve flexibility and reduce operational overhead.
Acceptance Criteria:
Users can access the "Edit Resources" modal from the database overview screen.
The disk size field is editable, allowing only an increase in size.
The updated disk size is reflected in the UI.
After updating the disk size, the DB state moves to the “initializing” but eventually moves back to the “ready” state.
If the storage class used doesn’t support
allowVolumeExpansion
, the editing of the disk size should be disabled with an appropriate message explaining why it’s disabled.Design (Figma link):
Tech Documentation:
Limitations: