Skip to content

Commit cf800e5

Browse files
authored
Merge pull request #339 from johnmart82/patch-2
Add context to log location warning
2 parents 3a5eb96 + f73c2bd commit cf800e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ sudo systemctl enable pacemaker
112112
1. Create the cluster.
113113

114114
>[!WARNING]
115-
>Due to a known issue that the clustering vendor is investigating, starting the cluster ('pcs cluster start') will fail with below error. This is because the log file configured in /etc/corosync/corosync.conf is wrong. To workaround this issue, change the log file to: /var/log/corosync/corosync.log. Alternatively you could create the /var/log/cluster/corosync.log file.
115+
>Due to a known issue that the clustering vendor is investigating, starting the cluster ('pcs cluster start') will fail with below error. This is because the log file configured in /etc/corosync/corosync.conf which is created when the cluster setup command is run, is wrong. To workaround this issue, change the log file to: /var/log/corosync/corosync.log. Alternatively you could create the /var/log/cluster/corosync.log file.
116116
117117
```Error
118118
Job for corosync.service failed because the control process exited with error code.

0 commit comments

Comments
 (0)