Your message dated Fri, 26 Feb 2016 13:47:48 +0100
with message-id <[email protected]>
and subject line Re: default timeout smaller than the advised one - results in 
WARNING message
has caused the Debian Bug report #612678,
regarding default timeout smaller than the advised one - results in WARNING 
message
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
612678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612678
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pacemaker
Version: 1.0.9.1+hg15626-1
Severity: minor


When running something like:

  # crm configure primitive ssh-stonith stonith:ssh params hostlist="$HOSTS" op 
monitor interval=60s
  [...]

you'll notice:

  WARNING: ssh-stonith: default timeout 20s for start is smaller than the 
advised 60
  WARNING: ssh-stonith: default timeout 20s for monitor_0 is smaller than the 
advised 60

If the advised timeout is 60 then either the default timeout should
be >=60, the advised timeout should be revised to 20s or it
shouldn't warn the user about it, IMHO.

regards,
-mika-



--- End Message ---
--- Begin Message ---
You can either explicitly set the operation timeouts for a resource, or
raise the cluster default:

# crm_attribute --type op_defaults --name timeout --update 60s

(The default-action-timeout cluster property mentioned earlier is
already deprecated.)

You could argue that the unspecified resource timeouts should default to
the minimums specified in the agent metadata, not to the global cluster
default, but currently this isn't the case.  Packaging won't change
that, I recommend submitting an upstream feature request instead.
-- 
Regards,
Feri.

--- End Message ---

Reply via email to