Advertisement
xsbr

mysql-mmm without master limition

Jun 7th, 2011
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.65 KB | None | 0 0
  1. --- Monitor.pm.orig     2011-06-08 00:26:21.000000000 -0300
  2. +++ Monitor.pm  2011-06-06 23:34:40.000000000 -0300
  3. @@ -259,9 +259,9 @@
  4.                 WARN "Only one host configured which can handle the active master role. Skipping check of master-master configuration.";
  5.                 return;
  6.         }
  7. -       if (scalar(@masters) > 2) {
  8. -               LOGDIE "There are more than two hosts configured which can handle the active master role.";
  9. -       }
  10. +#      if (scalar(@masters) > 2) {
  11. +#              LOGDIE "There are more than two hosts configured which can handle the active master role.";
  12. +#      }
  13.  
  14.  
  15.         # Check status of masters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement