Skip to content

Commit f98ea71

Browse files
committed
Update with jhlodin feedback (1)
1 parent 57f1046 commit f98ea71

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/current/_includes/v25.4/prod-deployment/topology-recommendations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- Do not run multiple node processes on the same VM or machine. This defeats CockroachDB's replication and causes the system to be a single point of failure. Instead, start each node on a separate VM or machine.
2-
- To start a node with multiple disks or SSDs, use the following approach:
3-
- Provide a separate `--store` flag for each disk when starting the `cockroach` process on the node. For more details about stores, see [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %}#store).
2+
- To start a node with multiple disks or SSDs, provide a separate `--store` flag for each disk when starting the `cockroach` process on the node. For more details about stores, see [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %}#store).
43

54
{{site.data.alerts.callout_danger}}
65
If you start a node with multiple `--store` flags, it is not possible to scale back down to only using a single store on the node. Instead, you must decommission the node and start a new node with the updated `--store`.

src/current/v25.4/cockroach-start.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ The `--storage-engine` flag is used to choose the storage engine used by the nod
205205

206206
The `--store` flag allows you to specify details about a node's storage.
207207

208-
To start a node with multiple disks or SSDs, use the following approach:
209-
210-
- Provide a separate `--store` flag for each disk when starting the `cockroach` process on the node. For more details about stores, see [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %}#store).
208+
To start a node with multiple disks or SSDs, provide a separate `--store` flag for each disk when starting the `cockroach` process on the node. For more details about stores, see [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %}#store).
211209

212210
{{site.data.alerts.callout_danger}}
213211
If you start a node with multiple `--store` flags, it is not possible to scale back down to only using a single store on the node. Instead, you must decommission the node and start a new node with the updated `--store`.

0 commit comments

Comments
 (0)