Update to recent heartbeat/pacemaker causes error messages on heartbeat
startup:
/etc/init.d/heartbeat: line 241: /ResourceManager: No such file or directory
r...@mds1 other-rpm]# diff -u /etc/init.d/heartbeat.old /etc/init.d/heartbeat
--- /etc/init.d/heartbeat.old 2010-01-28 01:53:06.000000000 +0100
+++ /etc/init.d/heartbeat 2010-01-28 01:53:50.000000000 +0100
@@ -134,7 +134,7 @@
CrmEnabled() {
case `ha_parameter crm | tr '[A-Z]' '[a-z]'` in
- y|yes|enable|on|true|1|manual) true;;
+ y|yes|enable|on|true|1|manual|respawn) true;;
*) false;;
esac
}
Thanks,
Bernd
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems