Skip to content

Commit 855c4c6

Browse files
authored
Merge pull request #4422 from MicrosoftDocs/v-thepet-patch-1
Update sql-server-linux-create-availability-group.md
2 parents df7bffc + be717ac commit 855c4c6

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

docs/linux/sql-server-linux-create-availability-group.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ ms.workload: "On Demand"
2121
[!INCLUDE[tsql-appliesto-sslinux-only](../includes/tsql-appliesto-sslinux-only.md)]
2222

2323
This tutorial covers how to create and configure an availability group (AG) for [!INCLUDE[ssnoversion-md](../includes/ssnoversion-md.md)] on Linux. Unlike [!INCLUDE[sssql15-md](../includes/sssql15-md.md)] and earlier on Windows, you can enable AGs with or without creating the underlying Pacemaker cluster first. Integration with the cluster, if needed, is not done until later.
24+
25+
The tutorial includes the following tasks:
2426

2527
> [!div class="checklist"]
2628
> * Enable availability groups.
@@ -589,12 +591,10 @@ The AG resource that is created is a special kind of resource called a clone. Th
589591
sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> --master meta notify=true
590592
```
591593

592-
>[NOTE]
593-
>On RHEL 7.4, you may encounter a warning with the use of --master. To avoid this, use the following syntax:
594-
```bash
595-
sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> master notify=true
596-
```
597-
594+
>[!NOTE]
595+
>On RHEL 7.4, you may encounter a warning with the use of --master. To avoid this, use
596+
>`sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> master notify=true`
597+
598598
**SUSE Linux Enterprise Server (SLES)**
599599

600600
```bash
@@ -644,8 +644,7 @@ The AG resource that is created is a special kind of resource called a clone. Th
644644
```bash
645645
sudo pcs constraint colocation add <NameForIPResource> <NameForAGResource>-master INFINITY with-rsc-role=Master
646646
```
647-
648-
647+
649648
**SLES**
650649

651650
```bash
@@ -687,5 +686,5 @@ In this tutorial, you learned how to create and configure an availability group
687686
For most AG administration tasks, including upgrades and failing over, see:
688687

689688
> [!div class="nextstepaction"]
690-
> [Operate HA availability group for SQL Server on Linux](sql-server-linux-availability-group-failover-ha.md).
689+
> [Operate HA availability group for SQL Server on Linux](sql-server-linux-availability-group-failover-ha.md)
691690

0 commit comments

Comments
 (0)