From bf621191ed77ee171324831ca269c903bfb9d1f9 Mon Sep 17 00:00:00 2001 From: alejandro Date: Wed, 7 May 2025 09:32:14 +0200 Subject: [PATCH 1/2] add documentation for object storage dynamic upscaling --- .../object-storage/dynamic-upscaling.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/hypernode-platform/object-storage/dynamic-upscaling.md diff --git a/docs/hypernode-platform/object-storage/dynamic-upscaling.md b/docs/hypernode-platform/object-storage/dynamic-upscaling.md new file mode 100644 index 00000000..f587e67b --- /dev/null +++ b/docs/hypernode-platform/object-storage/dynamic-upscaling.md @@ -0,0 +1,20 @@ +--- +myst: + html_meta: + description: Learn how Dynamic Upscaling works in Hypernode Object Storage + title: Hypernode Object Storage | Dynamic Upscaling +--- + +# Dynamic Upscaling + +Dynamic Upscaling is a feature that automatically increases your object storage capacity when needed. This ensures that your workspace always has enough space to store your files, backups, media, and other data—without requiring manual upgrades. + +## 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. + +## Managing Dynamic Upscaling + +Dynamic Upscaling can be enabled or disabled through the Control Panel. + +Go to the Control Panel, select the Object Storage workspace you want to enable/disable Dynamic Upscaling for, and toggle the Dynamic Upscaling switch. From 7bbf32b3d62eb6ac960690321a6bf514d131a68a Mon Sep 17 00:00:00 2001 From: alejandro Date: Wed, 7 May 2025 09:51:34 +0200 Subject: [PATCH 2/2] be more specific of when we automatically upgrade a plan --- docs/hypernode-platform/object-storage/dynamic-upscaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/object-storage/dynamic-upscaling.md b/docs/hypernode-platform/object-storage/dynamic-upscaling.md index f587e67b..0428fe28 100644 --- a/docs/hypernode-platform/object-storage/dynamic-upscaling.md +++ b/docs/hypernode-platform/object-storage/dynamic-upscaling.md @@ -11,7 +11,7 @@ Dynamic Upscaling is a feature that automatically increases your object storage ## 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. +When Dynamic Upscaling is enabled, the system monitors your usage and upgrades your object storage plan automatically when you reach 99% of your current 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