Skip to content

Commit c8b5f99

Browse files
authored
Fix punctuation and formatting in troubleshooting guide
1 parent 7c01288 commit c8b5f99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

support/azure/virtual-machines/linux/troubleshoot-rhel-pacemaker-cluster-services-resources-startup-issues.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ This article discusses the most common causes of startup issues in RedHat Enterp
2121

2222
### Symptom for scenario 1
2323

24-
- Cluster node doesn't join a cluster after a cluster restart
25-
- Nodes are reported as `UNCLEAN (offline)`
26-
- Current DC is reported as `NONE`
24+
- Cluster node doesn't join a cluster after a cluster restart.
25+
- Nodes are reported as `UNCLEAN (offline)`.
26+
- Current DC is reported as `NONE`.
2727

2828
```bash
2929
sudo pcs status
@@ -59,7 +59,7 @@ This article discusses the most common causes of startup issues in RedHat Enterp
5959

6060
The **VoteQuorum** service is a component of the corosync project. To prevent split-brain scenarios, this service can be optionally loaded into a corosync cluster's nodes. Every system in the cluster is given a certain number of votes to achieve this quorum. This makes sure that cluster actions can occur only if most votes are cast. Either every node or no node must have the service loaded. The outcomes are uncertain if the service is loaded into a subset of cluster nodes.
6161

62-
The following `/etc/corosync/corosync.conf` extract enables **VoteQuorum** service within corosync:
62+
The following `/etc/corosync/corosync.conf` setting enables **VoteQuorum** service within corosync:
6363

6464
```output
6565
quorum {
@@ -71,7 +71,7 @@ quorum {
7171

7272
### Resolution for scenario 1
7373

74-
1.Before you make any changes, ensure you have a backup or snapshot. For more information, see [Azure VM backup](/azure/backup/backup-azure-vms-introduction).
74+
1. Before you make any changes, ensure you have a backup or snapshot. For more information, see [Azure VM backup](/azure/backup/backup-azure-vms-introduction).
7575

7676
2. Check for missing quorum section in `/etc/corosync/corosync.conf`. Compare the existing `corosync.conf` with any backup that's available in `/etc/corosync/`.
7777

0 commit comments

Comments
 (0)