Hi,
Am 10.05.10 11:09, schrieb Andrew Beekhof:
Just in the config or did it make it into the lrmd like that?
Because crmd/lrm.c has:
if(op->interval != 0) {
if(safe_str_eq(operation, CRMD_ACTION_START)
|| safe_str_eq(operation, CRMD_ACTION_STOP)) {
crm_err("Start and Stop actions cannot have an interval:
%d", op->interval);
op->interval = 0;
}
}
The pacemaker logfiles are filled with the above log line, so its just
in the config.
Cheers,
Fabian
_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker
Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf