Hi, Adrian The cause may be the change of /etc/init.d/nfs.
In my case, I used heartbeat-1.2.3 under CentOS4.3 and the nfsd worked perfectly. But under CentOS4.5, the nfsd became not to be killed by "/etc/init.d/nfs stop" and failed the fail over. The /etc/init.d/nfs script of CentOS4.3 called the killproc function to kill the nfsd and the function killed with SIGKILL. But at CentOS4.5, the script was changed to call the function with a argument '-2' and by this change, the nfsd became to be killed with SIGINT. But in my case, SIGINT doesn't kill the nfsd and the problem occurred. My solution was removing the '-2' argument of the script, line 108. You have no problem under RHEL4.5, but this may concern. Regards, Kazuki Ohara _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
