Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 6348d61

Browse files
authored
Merge pull request #6429 from SQLSourabh/patch-30
Updated the AG cluster resource Commands
2 parents fb2d559 + c414293 commit 6348d61

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 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: MikeRayMSFT
55
ms.author: mikeray
66
manager: craigg
7-
ms.date: 12/11/2017
7+
ms.date: 06/28/2018
88
ms.topic: article
99
ms.prod: sql
1010
ms.component: ""
@@ -585,19 +585,20 @@ The AG resource that is created is a special kind of resource called a clone. Th
585585
**Red Hat Enterprise Linux (RHEL) and Ubuntu**
586586

587587
```bash
588-
sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> --master meta notify=true
588+
sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> meta failure-timeout=30s --master meta notify=true
589589
```
590590

591591
>[!NOTE]
592592
>On RHEL 7.4, you may encounter a warning with the use of --master. To avoid this, use
593-
>`sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> master notify=true`
593+
>`sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> meta failover-timeout=30s master notify=true`
594594

595595
**SUSE Linux Enterprise Server (SLES)**
596596

597597
```bash
598598
primitive <NameForAGResource> \
599599
ocf:mssql:ag \
600600
params ag_name="<AGName>" \
601+
meta failure-timeout=60s \
601602
op start timeout=60s \
602603
op stop timeout=60s \
603604
op promote timeout=60s \

0 commit comments

Comments
 (0)