Skip to content

Commit

Permalink
DOC-3268 Feedback updates - wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge committed Mar 21, 2024
1 parent de02ee5 commit 2f4c873
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/rs/databases/active-active/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Every instance of an Active-Active database can receive write operations, and al
{{<image filename="images/rs/screenshots/databases/active-active-databases/create-db-add-participating-clusters.png" alt="Add cluster panel.">}}{{</image>}}
{{<note>}}
You cannot add RAM-only clusters and clusters with flash storage enabled for [Auto Tiering]({{<relref "/rs/databases/auto-tiering">}}) to the same Active-Active configuration.
You cannot add RAM-only clusters and [flash-enabled clusters]({{<relref "/rs/databases/auto-tiering">}}) to the same Active-Active configuration.
{{</note>}}
1. Click **Join cluster** to add the cluster to the list of participating clusters.
Expand Down
2 changes: 1 addition & 1 deletion content/rs/databases/active-active/manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ the new database instance can accept connections and read operations.
The new instance does not accept write operations until it is in the syncing state.

{{<note>}}
You cannot add RAM-only clusters and clusters with flash storage enabled for [Auto Tiering]({{<relref "/rs/databases/auto-tiering">}}) to the same Active-Active configuration.
You cannot add RAM-only clusters and [flash-enabled clusters]({{<relref "/rs/databases/auto-tiering">}}) to the same Active-Active configuration.
{{</note>}}

To add a new participating cluster to an existing Active-Active configuration using the Cluster Manager UI:
Expand Down
2 changes: 1 addition & 1 deletion content/rs/databases/active-active/planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See [Active-Active Redis]({{<relref "/rs/databases/active-active/">}}) for more
You need at least [two participating clusters]({{<relref "/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 "/rs/databases/active-active/manage#participating-clusters/">}}) after database creation.

{{<note>}}
You cannot add RAM-only clusters and clusters with flash storage enabled for [Auto Tiering]({{<relref "/rs/databases/auto-tiering">}}) to the same Active-Active configuration.
You cannot add RAM-only clusters and [flash-enabled clusters]({{<relref "/rs/databases/auto-tiering">}}) to the same Active-Active configuration.
{{</note>}}

Changes made from the admin console 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.
Expand Down

0 comments on commit 2f4c873

Please sign in to comment.