Skip to content

Commit

Permalink
Add Note about cluster scaling [CN-1195] (#204)
Browse files Browse the repository at this point in the history
* Add Note about cluster scaling [CN-1195]

* Update docs/modules/ROOT/pages/cp-subsystem.adoc

Co-authored-by: rebekah-lawrence <[email protected]>

---------

Co-authored-by: rebekah-lawrence <[email protected]>
  • Loading branch information
SeriyBg and rebekah-lawrence authored May 10, 2024
1 parent a2dd8d4 commit a369a5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/modules/ROOT/pages/cp-subsystem.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
----
----

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.

0 comments on commit a369a5f

Please sign in to comment.