On Wed, Feb 10, 2010 at 10:31:52AM +0100, Oscar Remírez de Ganuza Satrústegui wrote: > Hello,
> So, the monitor operation is working ok if the mysql service is > stopped (kill -KILL), but not if the service is "hung" (kill > -SIGSTOP). > And that even withouth defining the test_user on the mysql server. > Very odd indeed. Not at all. If you look at the script, you will notice that for $OCF_CHECK_LEVEL = 0, a simple "exists a process with that pid" check is made, which of course is true for merely stopped processes. Only for OCF_CHECK_LEVEL != 0, the test query is done. -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. _______________________________________________ Pacemaker mailing list [email protected] http://oss.clusterlabs.org/mailman/listinfo/pacemaker
