Hi I 'm facing a problem with this RA, I wonder if is it a real one already identified : in fact, the stop of the mysql resource fails and therefore the node is fenced. I've checked a little in the RA script : the stop kills the pid retreived from /var/lib/mysql/mysqld.pid as indicated in my params : params binary="/usr/bin/mysqld_safe" pid="/var/run/mysqld/mysqld.pid" \ but this daemon has /usr/bin/mysqld_safe as father, as this mysqld_safe is expected to restart automatically the mysqld daemon if it is killed of if it fails. So the stop target of the RA kills the daemon mysqld but as it is instantaneously restarted, it proceeds to SIGTERM, then SIGKILL, etc. until timeout on stop and it is logical because the daemon is restarted just after each kill
So is there something I miss in my configuration ? Or is this RA not well working when using /usr/bin/mysqld_safe as binary ? Thanks for your experience around this RA. Alain _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
