[Pacemaker] strange Failover due to sudden "Argument list to long" error on all resource agents

Andrew Beekhof andrew at beekhof.net
Tue May 11 02:52:53 EDT 2010


On Mon, May 10, 2010 at 11:35 PM, Fabian Ruff
<fabian-pacemaker at 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?




More information about the Pacemaker mailing list