Skip to content

Commit 9542164

Browse files
authored
Merge pull request #21203 from MicrosoftDocs/VanMSFT-patch-1
Fix command based on CSS feedback
2 parents 7a793a5 + bbdc3e5 commit 9542164

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This tutorial shows how to create and configure availability groups
44
author: VanMSFT
55
ms.author: vanto
66
ms.reviewer: vanto
7-
ms.date: 06/28/2018
7+
ms.date: 02/14/2022
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.technology: linux
@@ -589,9 +589,10 @@ The AG resource that is created is a special kind of resource called a clone. Th
589589
sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> meta failure-timeout=30s --master meta notify=true
590590
```
591591

592-
>[!NOTE]
593-
>On RHEL 7.7, you may encounter a warning with the use of --master. To avoid this, use
594-
>`sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> meta failover-timeout=30s master notify=true`
592+
> [!NOTE]
593+
> On RHEL 7.7 and Ubuntu 18.04, and later versions, you may encounter a warning with the use of --master, or an error like `sqlag_monitor_0 on ag1 'not configured' (6): call=6, status=complete, exitreason='Resource must be configured with notify=true'`. To avoid this, use:
594+
>
595+
> `sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> meta failover-timeout=30s master notify=true`
595596

596597
**SUSE Linux Enterprise Server (SLES)**
597598

0 commit comments

Comments
 (0)