On Mon, May 10, 2010 at 11:35 PM, Fabian Ruff
<fabian-pacema...@progra.de> wrote:
> 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.

Ok, so Pacemaker's handling of this is not ideal, but do you still
have the original problem after you fix the configuration?

_______________________________________________
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

Reply via email to