-
Notifications
You must be signed in to change notification settings - Fork 23
Add documentation for dynamic object storage upscaling #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
alejandrogarza
commented
May 7, 2025

|
||
## How it works | ||
|
||
When Dynamic Upscaling is enabled, the system monitors your usage and upgrades your object storage plan automatically when you're close to hitting the limit. This helps prevent issues related to running out of storage space and reduces the risk of downtime. Dynamic upscaling will always choose the next suitable plan size based on your current usage. You will be billed according to the upgraded plan after the change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you define 'close to hitting the limit' ? This to evade questions/tickets about this 😇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, i updated it here: 7bbf32b
...and upgrades your object storage plan automatically when you reach 99% of your current limit.
Acceptance server is available at https://docs-eph76ug2k.hypernode.io. |
|
||
When Dynamic Upscaling is enabled, the system monitors your usage and upgrades your object storage plan automatically when you're close to hitting the limit. This helps prevent issues related to running out of storage space and reduces the risk of downtime. Dynamic upscaling will always choose the next suitable plan size based on your current usage. You will be billed according to the upgraded plan after the change. | ||
|
||
## Managing Dynamic Upscaling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it also possible to enable it through the CLI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It’s possible through the API, but not yet through the CLI. We should definitely add it there at some point.
Acceptance server is available at https://docs-eph76ug2k.hypernode.io. |