Skip to content

Commit ede9156

Browse files
authored
Merge pull request #4199 from MicrosoftDocs/touchup
Update sql-server-linux-availability-group-overview.md
2 parents 9f62481 + ad49012 commit ede9156

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ To change the value of `required_synchronized_secondaries_to_commit`, use the sy
7070
7171
**Red Hat Enterprise Linux (RHEL) and Ubuntu**
7272

73-
`sudo pcs resource update <AGResourceName>-master required_synchronized_secondaries_to_commit=<Value>`
73+
```bash
74+
sudo pcs resource update <AGResourceName>-master required_synchronized_secondaries_to_commit=<Value>
75+
```
7476

7577
<!-- **SUSE Linux Enterprise Server (SLES)**
7678
@@ -137,7 +139,7 @@ The instance associated with the provided IP address then becomes the coordinato
137139

138140
## Interoperability with Windows-based availability groups and replicas
139141

140-
An AG that has a cluster type of External or one that is WSFC cannot have its replicas cross platforms. This is true whether the AG is Standard or [!INCLUDE[ssenterprise-md](../includes/ssenterprise-md.md)]. That means in a traditional AG configuration with an underlying cluster, one replica cannot be on a WSFC and the other on Linux with Pacemaker.
142+
An AG that has a cluster type of External or one that is WSFC cannot have its replicas cross platforms. This is true whether the AG is [!INCLUDE[ssstandard-md](../includes/ssstandard-md.md)] or [!INCLUDE[ssenterprise-md](../includes/ssenterprise-md.md)]. That means in a traditional AG configuration with an underlying cluster, one replica cannot be on a WSFC and the other on Linux with Pacemaker.
141143

142144
An AG with a cluster type of None can have its replicas cross OS boundaries, so there could be both Linux- and Windows-based replicas in the same AG. An example is shown below where the primary replica is Windows-based, while the secondary is on one of the Linux distributions.
143145

@@ -151,15 +153,15 @@ A distributed AG can also cross OS boundaries. The underlying AGs are bound by t
151153
152154
If using automatic seeding with a distributed availability group that crosses OSes, it can handle the differences in folder structure. How this works is described in [the documentation for automatic seeding].
153155
-->
154-
155-
## Next steps
156+
157+
## Next steps
156158
[Configure availability group for SQL Server on Linux](sql-server-linux-availability-group-configure-ha.md)
157-
159+
158160
[Configure read-scale availability group for SQL Server on Linux](sql-server-linux-availability-group-configure-rs.md)
159-
161+
160162
[Add availability group Cluster Resource on RHEL](sql-server-linux-availability-group-cluster-rhel.md)
161-
163+
162164
[Add availability group Cluster Resource on SLES](sql-server-linux-availability-group-cluster-sles.md)
163-
164-
[Add availability group Cluster Resource on Ubuntu](sql-server-linux-availability-group-cluster-ubuntu.md)
165-
165+
166+
[Add availability group Cluster Resource on Ubuntu](sql-server-linux-availability-group-cluster-ubuntu.md)
167+

0 commit comments

Comments
 (0)