<font size=2 face="sans-serif">We are running an Active/Passive two node
cluster with Pacemaker/Corosync and on the 'standby' node we are constantly
seeing this message in the /var/log/cluster/corosync.log file.</font>
<br>
<br><font size=2 face="sans-serif">Oct 12 09:11:30 qa-magdb2 crm_attribute:
[12846]: info: Invoked: crm_attribute -N qa-magdb2 -n master-mysql_drbd:1
-l reboot -v 100 </font>
<br><font size=2 face="sans-serif">Oct 12 09:11:45 qa-magdb2 crm_attribute:
[12874]: info: Invoked: crm_attribute -N qa-magdb2 -n master-mysql_drbd:1
-l reboot -v 100 </font>
<br><font size=2 face="sans-serif">Oct 12 09:12:00 qa-magdb2 crm_attribute:
[12917]: info: Invoked: crm_attribute -N qa-magdb2 -n master-mysql_drbd:1
-l reboot -v 100 </font>
<br><font size=2 face="sans-serif">Oct 12 09:12:15 qa-magdb2 crm_attribute:
[12949]: info: Invoked: crm_attribute -N qa-magdb2 -n master-mysql_drbd:1
-l reboot -v 100 </font>
<br>
<br><font size=2 face="sans-serif">We are wondering what that all means
and what does the reboot -v 100 mean? &nbsp;We are not using Stonith as
I have seen references to Stonith setup and 'reboot' and we don't remember
setting up any value for reboot or '100'. &nbsp; &nbsp;Everything seems
to be working fine and failing over when we need to. &nbsp;Just curious
what these messages above mean. &nbsp; Any help would greatly be appreciated.</font>
<br>
<br><font size=2 face="sans-serif">Our configuration file is below.</font>
<br>
<br><font size=2 face="sans-serif">node qa-magdb1</font>
<br><font size=2 face="sans-serif">node qa-magdb2</font>
<br><font size=2 face="sans-serif">primitive email_notify ocf:heartbeat:MailTo
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; params email=&quot;testing@test.com&quot;
subject=&quot;DRBD/Pacemaker FAILOVER!!! &quot; \</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; op monitor
interval=&quot;10&quot; timeout=&quot;10&quot; depth=&quot;0&quot;</font>
<br><font size=2 face="sans-serif">primitive mysql_drbd ocf:linbit:drbd
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; params drbd_resource=&quot;mysql&quot;
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; op monitor
interval=&quot;15s&quot;</font>
<br><font size=2 face="sans-serif">primitive mysql_fs ocf:heartbeat:Filesystem
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; params device=&quot;/dev/drbd0&quot;
directory=&quot;/mnt/mysql/&quot; fstype=&quot;ext3&quot;</font>
<br><font size=2 face="sans-serif">primitive mysql_service ocf:heartbeat:mysql
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; params binary=&quot;/usr/bin/mysqld_safe&quot;
config=&quot;/mnt/mysql/my.cnf&quot; datadir=&quot;/mnt/mysql/data&quot;
pid=&quot;/var/run/mysql/mysqld.pid&quot; socket=&quot;/var/run/mysql/mysql.sock&quot;
test_passwd=&quot;testingit&quot; test_table=&quot;mysql.user&quot; test_user=&quot;root&quot;
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; op monitor
interval=&quot;20s&quot; timeout=&quot;10s&quot; \</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; meta migration-threshold=&quot;10&quot;
target-role=&quot;Started&quot;</font>
<br><font size=2 face="sans-serif">primitive mysql_vip ocf:heartbeat:IPaddr2
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; params ip=&quot;172.26.76.100&quot;
nic=&quot;eth0&quot;</font>
<br><font size=2 face="sans-serif">group mysql mysql_fs mysql_vip mysql_service
email_notify</font>
<br><font size=2 face="sans-serif">ms ms_mysql_drbd mysql_drbd \</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; meta master-max=&quot;1&quot;
master-node-max=&quot;1&quot; clone-max=&quot;2&quot; clone-node-max=&quot;1&quot;
notify=&quot;true&quot;</font>
<br><font size=2 face="sans-serif">location primary_mysql mysql 10: qa-magdb1</font>
<br><font size=2 face="sans-serif">location primary_mysql_drbd ms_mysql_drbd
10: qa-magdb1</font>
<br><font size=2 face="sans-serif">location standby_mysql mysql 5: qa-magdb2</font>
<br><font size=2 face="sans-serif">location standby_mysql_drbd ms_mysql_drbd
5: qa-magdb2</font>
<br><font size=2 face="sans-serif">colocation mysql_on_drbd inf: mysql
ms_mysql_drbd:Master</font>
<br><font size=2 face="sans-serif">order mysql_after_drbd inf: ms_mysql_drbd:promote
mysql:start</font>
<br><font size=2 face="sans-serif">property $id=&quot;cib-bootstrap-options&quot;
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; dc-version=&quot;1.0.9-89bd754939df5150de7cd76835f98fe90851b677&quot;
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cluster-infrastructure=&quot;openais&quot;
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; expected-quorum-votes=&quot;2&quot;
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; stonith-enabled=&quot;false&quot;
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; no-quorum-policy=&quot;ignore&quot;
\</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cluster-recheck-interval=&quot;0&quot;</font>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif">Mike</font>
<br><br><table bgcolor=white style="color:black"><tr><td><br>---------------------------------------------------------<br>
<br>
This&nbsp;e-mail&nbsp;message&nbsp;is&nbsp;intended&nbsp;only&nbsp;for&nbsp;the&nbsp;personal&nbsp;use&nbsp;of&nbsp;the&nbsp;recipient(s)<br>
named&nbsp;above.&nbsp;If&nbsp;you&nbsp;are&nbsp;not&nbsp;an&nbsp;intended&nbsp;recipient,&nbsp;you&nbsp;may&nbsp;not&nbsp;review,&nbsp;copy&nbsp;or<br>
distribute&nbsp;this&nbsp;message.&nbsp;If&nbsp;you&nbsp;have&nbsp;received&nbsp;this&nbsp;communication&nbsp;in&nbsp;error,<br>
please&nbsp;notify&nbsp;the&nbsp;CDS&nbsp;Global&nbsp;Help&nbsp;Desk&nbsp;(cdshelpdesk@cds-global.com)&nbsp;immediately<br>
by&nbsp;e-mail&nbsp;and&nbsp;delete&nbsp;the&nbsp;original&nbsp;message.<br>
<br>
---------------------------------------------------------</td></tr></table>