Skip to content

Commit 4fc82b4

Browse files
Simplify cluster setup instructions
Removed redundant instruction for starting the cluster.
1 parent f74f023 commit 4fc82b4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

docs/linux/sql-server-linux-deploy-pacemaker-cluster.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -306,13 +306,7 @@ Configuring Ubuntu is similar to RHEL. However, there's one major difference: in
306306
```bash
307307
sudo pcs cluster setup <PMClusterName Nodelist>
308308
```
309-
310-
1. Start the cluster on all nodes.
311-
312-
```bash
313-
sudo pcs cluster setup <PMClusterName Nodelist>
314-
```
315-
309+
316310
1. Enable the cluster to start when the computer starts.
317311

318312
```bash

0 commit comments

Comments
 (0)