Skip to content

Commit 6c9166b

Browse files
committed
Remove bias sensitive term include file name
1 parent 2c2c8da commit 6c9166b

4 files changed

Lines changed: 3 additions & 3 deletions
File renamed without changes.

docs/linux/sql-server-linux-availability-group-cluster-sles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For more information on cluster configuration, resource agent options, managemen
2222
>[!NOTE]
2323
>At this point, SQL Server's integration with Pacemaker on Linux is not as coupled as with WSFC on Windows. SQL Server service on Linux is not cluster aware. Pacemaker controls all of the orchestration of the cluster resources, including the availability group resource. On Linux, you should not rely on Always On Availability Group Dynamic Management Views (DMVs) that provide cluster information like sys.dm_hadr_cluster. Also, virtual network name is specific to WSFC, there is no equivalent of the same in Pacemaker. You can still create a listener to use it for transparent reconnection after failover, but you will have to manually register the listener name in the DNS server with the IP used to create the virtual IP resource (as explained in the following sections).
2424
25-
[!INCLUDE [bias-sensitive-term-slave](../includes/bias-sensitive-term-slave.md)]
25+
[!INCLUDE [bias-sensitive-term-t](../includes/bias-sensitive-term-t.md)]
2626

2727
## Roadmap
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ After an availability group is created in [!INCLUDE[ssnoversion-md](../includes/
579579

580580
The AG resource that is created is a special kind of resource called a clone. The AG resource essentially has copies on each node, and there is one controlling resource called the master. The master is associated with the server hosting the primary replica. The other resources host secondary replicas (regular or configuration-only) and can be promoted to master in a failover.
581581

582-
[!INCLUDE [bias-sensitive-term-slave](../includes/bias-sensitive-term-slave.md)]
582+
[!INCLUDE [bias-sensitive-term-t](../includes/bias-sensitive-term-t.md)]
583583

584584
1. Create the AG resource with the following syntax:
585585

docs/linux/sql-server-linux-ha-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Both a WSFC and a Pacemaker cluster have the concept of a resource. A resource i
164164

165165
Pacemaker has standard and clone resources. Clone resources are ones that run simultaneously on all nodes. An example would be an IP address that runs on multiple nodes for load balancing purposes. Any resource that gets created for FCIs uses a standard resource, since only one node can host an FCI at any given time.
166166

167-
[!INCLUDE [bias-sensitive-term-slave](../includes/bias-sensitive-term-slave.md)]
167+
[!INCLUDE [bias-sensitive-term-t](../includes/bias-sensitive-term-t.md)]
168168

169169
When an AG is created, it requires a specialized form of a clone resource called a multi-state resource. While an AG only has one primary replica, the AG itself is running across all nodes that it is configured to work on, and can potentially allow things such as read-only access. Because this is a "live" use of the node, the resources have the concept of two states: master and slave. For more information, see [Multi-state resources: Resources that have multiple modes](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Configuring_the_Red_Hat_High_Availability_Add-On_with_Pacemaker/s1-multistateresource-HAAR.html).
170170

0 commit comments

Comments
 (0)