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

Commit 99e355b

Browse files
authored
Merge pull request #6128 from MicrosoftDocs/master
6/5 PM Publish
2 parents 8aa151e + 3cd41f9 commit 99e355b

3 files changed

Lines changed: 9 additions & 27 deletions

File tree

docs/linux/sql-server-linux-availability-group-failover-ha.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ During a manual failover, the `pcs` command `move` or `crm` command `migrate` ad
6666
- **RHEL/Ubuntu example**
6767

6868
```bash
69-
sudo pcs constraint --full
69+
sudo pcs constraint list --full
7070
```
7171

7272
- **SLES example**
@@ -75,35 +75,17 @@ During a manual failover, the `pcs` command `move` or `crm` command `migrate` ad
7575
crm config show
7676
```
7777

78-
Remove the location constraint so future failovers - including automatic failover - succeed.
79-
80-
To remove the constraint, run the following command:
78+
An example of the constraint which gets created becuase of a manual failover.
79+
`Enabled on: Node1 (score:INFINITY) (role: Master) (id:cli-prefer-ag_cluster-master)`
8180

8281
- **RHEL/Ubuntu example**
8382

84-
In this example `ag_cluster-master` is the name of the resource that failed over.
85-
86-
```bash
87-
sudo pcs resource clear ag_cluster-master
88-
```
89-
90-
- **SLES example**
91-
92-
In this example `ag_cluster` is the name of the resource that failed over.
93-
94-
```bash
95-
crm resource clear ag_cluster
96-
```
97-
98-
Alternatively, you can run the following command to remove the location constraint.
99-
100-
- **RHEL/Ubuntu example**
101-
102-
In the following command `cli-prefer-ag_cluster-master` is the ID of the constraint that needs to be removed. `sudo pcs constraint --full` returns this ID.
103-
83+
In the following command `cli-prefer-ag_cluster-master` is the ID of the constraint that needs to be removed. `sudo pcs constraint list --full` returns this ID.
84+
10485
```bash
10586
sudo pcs constraint remove cli-prefer-ag_cluster-master
10687
```
88+
10789
- **SLES example**
10890

10991
In the following command `cli-prefer-ms-ag_cluster` is the ID of the constraint. `crm config show` returns this ID.

docs/relational-databases/blob/remote-blob-store-rbs-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ manager: craigg
3737
### Efficient BLOB management
3838
Several RBS features support stored BLOBs management:
3939

40-
- BLOBS are managed with ACID (atomic consistency isolation durable) transactions.
40+
- BLOBS are managed with ACID (atomic, consistent, isolatable, durable) transactions.
4141

4242
- BLOBs are organized into collections.
4343

docs/relational-databases/databases/revert-a-database-to-a-database-snapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ manager: craigg
3939
### <a name="Restrictions"></a> Limitations and Restrictions
4040
Reverting is unsupported under the following conditions:
4141

42-
- The database must currently have only one database snapshot, to which you plan to revert.
42+
- There are multiple snapshots for the database. For reverting, there must only be one snapshot for the database, to which you plan to revert.
4343

4444
- Any read-only or compressed filegroups exist in the database.
4545

4646
- Any files are now offline but were online when the snapshot was created.
4747

4848
Before reverting a database, consider the following limitations:
4949

50-
- Reverting is not intended for media recovery. . A database snapshot is an incomplete copy of the database files, so if either the database or the database snapshot is corrupted, reverting from a snapshot is likely to be impossible. Furthermore, even when it is possible, reverting in the event of corruption is unlikely to correct the problem. Therefore, taking regular backups and testing your restore plan are essential to protect a database. For more information, see [Back Up and Restore of SQL Server Databases](../../relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases.md).
50+
- Reverting is not intended for media recovery. A database snapshot is an incomplete copy of the database files, so if either the database or the database snapshot is corrupted, reverting from a snapshot is likely to be impossible. Furthermore, even when it is possible, reverting in the event of corruption is unlikely to correct the problem. Therefore, taking regular backups and testing your restore plan are essential to protect a database. For more information, see [Back Up and Restore of SQL Server Databases](../../relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases.md).
5151

5252
> [!NOTE]
5353
> If you need to be able to restore the source database to the point in time at which you created a database snapshot, use the full recovery model and implement a backup policy that enables you to do that.

0 commit comments

Comments
 (0)