Your message dated Sun, 19 Jan 2020 05:19:36 +0100
with message-id <[email protected]>
and subject line Re: Bug#612682: pacemaker: inconistent configuration behaviour 
in crm stonith:ssh setup
has caused the Debian Bug report #612682,
regarding pacemaker: inconistent configuration behaviour in crm stonith:ssh 
setup
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.)


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


Please compare (notice the "ERROR: ssh-stonith: parameter foo-host2
does not exist"):

  # crm configure primitive ssh-stonith stonith:ssh params hostlist="foo-host1 
foo-host2" op monitor interval=60s
  ERROR: ssh-stonith: parameter foo-host2 does not exist
  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
  Do you still want to commit? Ctrl-C, leaving

with:

  # crm configure
  crm(live)configure# primitive ssh-stonith stonith:ssh params 
hostlist="foo-host1 foo-host2" op monitor interval=60s
  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
  crm(live)configure# quit
  There are changes pending. Do you want to commit them? yes
  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
  bye

JFTR:

  # crm configure show
  [...]
  primitive ssh-stonith stonith:ssh \
          params hostlist="foo-host1 foo-host2" \
          op monitor interval="60s"
  [...]

The parameter parsing looks like a bug to me. It works as expected
in the interactive shell but when being invoked directly in one
single command from "outside" it complains with above mentioned
"ERROR: ssh-stonith: parameter [...] does not exist" message which
is misleading. JFTR: when accepting through "Do you still want to
commit?" it works as well of course.

regards,
-mika-



--- End Message ---
--- Begin Message ---
Version: 4.2.0-2

On Sun, Jan 12, 2020 at 11:45:03AM +0100, [email protected] wrote:
> The crm shell has its separate package now.  I don't know if this issue
> has been fixed meanwhile (sorry for the delay), but it would be very
> useful if you could retest and report back.

Closing as the the command seems to work without erorrs with the current
crmsh version.

-- 
Valentin

--- End Message ---

Reply via email to