Skip to content

Commit 12fc404

Browse files
authored
DOC-4186 RS: Clarify limitation for mixed RAM/flash A-A clusters (#608)
1 parent 43f070a commit 12fc404

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

content/operate/rs/databases/active-active/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Every instance of an Active-Active database can receive write operations, and al
8787
{{<image filename="images/rs/screenshots/databases/active-active-databases/create-db-add-participating-clusters.png" alt="Add cluster panel.">}}
8888
8989
{{<note>}}
90-
You cannot add RAM-only clusters and [flash-enabled clusters]({{< relref "/operate/rs/databases/auto-tiering" >}}) to the same Active-Active configuration.
90+
If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
9191
{{</note>}}
9292
9393
1. Click **Join cluster** to add the cluster to the list of participating clusters.

content/operate/rs/databases/active-active/manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ the new database instance can accept connections and read operations.
3535
The new instance does not accept write operations until it is in the syncing state.
3636

3737
{{<note>}}
38-
You cannot add RAM-only clusters and [flash-enabled clusters]({{< relref "/operate/rs/databases/auto-tiering" >}}) to the same Active-Active configuration.
38+
If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
3939
{{</note>}}
4040

4141
To add a new participating cluster to an existing Active-Active configuration using the Cluster Manager UI:

content/operate/rs/databases/active-active/planning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See [Active-Active Redis]({{< relref "/operate/rs/databases/active-active/" >}})
2222
You need at least [two participating clusters]({{< relref "/operate/rs/clusters/new-cluster-setup" >}}) for an Active-Active database. If your database requires more than ten participating clusters, contact Redis support. You can [add or remove participating clusters]({{< relref "/operate/rs/databases/active-active/manage#participating-clusters/" >}}) after database creation.
2323

2424
{{<note>}}
25-
You cannot add RAM-only clusters and [flash-enabled clusters]({{< relref "/operate/rs/databases/auto-tiering" >}}) to the same Active-Active configuration.
25+
If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
2626
{{</note>}}
2727

2828
Changes made from the Cluster Manager UI to an Active-Active database configuration only apply to the cluster you are editing. For global configuration changes across all clusters, use the `crdb-cli` command-line utility.
@@ -85,3 +85,4 @@ Active-Active databases have the following limitations:
8585
- The `FLUSH` command is not supported from the CLI. To flush your database, use the API or Cluster Manager UI.
8686
- Cross slot multi commands (such as `MSET`) are not supported with Active-Active databases.
8787
- The hashing policy can't be changed after database creation.
88+
- If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.

0 commit comments

Comments
 (0)