Skip to content

Commit 2885efe

Browse files
authored
Warn Cloud clusters about disk-full node adds (#22999)
* Warn Cloud clusters about disk-full node adds Fixes DOC-15924 Summary of changes: - Added a warning to avoid adding nodes when disks are nearly full and link to storage scaling guidance.
1 parent 2f783d6 commit 2885efe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/current/cockroachcloud/advanced-cluster-management.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ These sections show how to scale a {{ site.data.products.advanced }} cluster hor
4141

4242
You can add or remove nodes from your cluster through the Console. See [Planning your cluster]({% link cockroachcloud/plan-your-cluster.md %}) for cluster requirements and recommendations before proceeding.
4343

44+
{{site.data.alerts.callout_danger}}
45+
Do not add nodes if your cluster's disks are nearly full. Adding nodes triggers rebalancing that can temporarily increase disk usage and worsen disk pressure. Instead, increase storage per node to create headroom. Refer to [Increase storage for a cluster](#increase-storage-for-a-cluster).
46+
{{site.data.alerts.end}}
47+
4448
{{site.data.alerts.callout_info}}
4549
You cannot scale a multi-node cluster down to a single-node cluster.
4650
{{site.data.alerts.end}}

0 commit comments

Comments
 (0)