Hi, On Wed, Aug 27, 2008 at 01:56:25PM +0200, Alexander Hofmann wrote: > Hello list, > > after many hours of try and error, I got the iLo STONITH configuration > working. > During some tests I noticed the following issue: > > Testcase 1: node1 has all resources and node2 is hard powered off. > node1 tries to STONITH node2 but has no success. > node1 retries to STONITH node2 every 30sec. > If I now boot node2 it is shutdown by node1 because of the retries. > How can I configure STONITH, so that the STONITH plugin is only executed > once or twice > in a very small interval. > > Testcase 2: node2 has all resources and is hard powered off. > node1 tries to STONITH node2 but does not succeed. > node1 _doesn't_ start the resources! it retries to STONITH node2 > every ~30sec.
Both problems are most probably in the external/riloe stonith plugin: if a node is powered off, it should report success for the stonith operation. The point of a stonith operation is to ensure that a host is down or rebooted. This seems to be a serious issue with external/riloe. Thanks, Dejan _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
