From a369a5fd9d7febf1fed7d39a5297e448360943a4 Mon Sep 17 00:00:00 2001 From: Serge Bishyr Date: Fri, 10 May 2024 10:14:28 +0300 Subject: [PATCH] Add Note about cluster scaling [CN-1195] (#204) * Add Note about cluster scaling [CN-1195] * Update docs/modules/ROOT/pages/cp-subsystem.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> --------- Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> --- docs/modules/ROOT/pages/cp-subsystem.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/cp-subsystem.adoc b/docs/modules/ROOT/pages/cp-subsystem.adoc index 428493b3..eaf2cc6c 100644 --- a/docs/modules/ROOT/pages/cp-subsystem.adoc +++ b/docs/modules/ROOT/pages/cp-subsystem.adoc @@ -22,4 +22,6 @@ When the `pvc` section is configured in `cpSubsystem`, a PVC is created and moun [source,yaml,subs="attributes+"] ---- include::ROOT:example$/hazelcast-cp-subsystem-persistence.yaml[] ----- \ No newline at end of file +---- + +NOTE: The cluster cannot be scaled up or down if the CP subsystem is enabled. However, you can pause the cluster by scaling it to 0 when starting the cluster. When scaling up again, you must only scale to the original cluster size or the cluster will fail to start. For example, after scaling a cluster with an original size of 3 to a size of 0, you can only scale it up to 3; if you scale up to a different size, the cluster will not start. \ No newline at end of file