Skip to content

Commit f277145

Browse files
authored
Merge pull request Percona-Lab#64 from dotmanila/master
Some old standing fixes.
2 parents 5868692 + 4d8460e commit f277145

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Percona resource agents
33

44
This repository stores Pacemaker resource agents used in solutions developed by Percona.
55

6+
For bug fixes, support and development, please contact Percona Sales team at https://www.percona.com/about-percona/contact.
7+
68
Mailing lists:
79
-------------
810

agents/mysql_prm_gtid

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,9 @@ mysql_monitor() {
14221422
if ! check_datadir_state; then
14231423
set_master_score -2147483640
14241424
fi
1425+
1426+
set_reader_attr 1
1427+
14251428
return $OCF_RUNNING_MASTER
14261429
else
14271430
ocf_log debug "MySQL monitor succeeded";

0 commit comments

Comments
 (0)