Hi all,

i have a little problem with my ssh-stonith-device (yes i know that is
only for testing...)

To simluate a failure, i kill the openais daemon (and all the rest) on
node2. Then node1 is trying to reset node2, but unfortunately
unsuccessful :(

node2:~ # rpm -qa | grep -E "pace|openais"
libpacemaker3-1.0.3-4.1
pacemaker-1.0.3-4.1
libopenais2-0.80.3-26.1
openais-0.80.3-26.1

on a sles11 with hae.

Here is the entry from log for stonith:

Nov 21 02:35:35 node1 stonithd: [3952]: info: client tengine [pid: 3957]
requests a STONITH operation RESET on node node2
Nov 21 02:35:35 node1 stonithd: [3952]: info: we can't manage node2,
broadcast request to other nodes
Nov 21 02:35:35 node1 stonithd: [3952]: info: Broadcasting the message
succeeded: require others to stonith node node2.

Configuration:

# crm configure show
[...]
primitive st-ssh stonith:external/ssh \
        params hostlist="node1-intern node2-intern"
clone fencing st-ssh
property $id="cib-bootstrap-options" \
        dc-version="1.0.3-0080ec086ae9c20ad5c4c3562000c0ad68374f0a" \
        expected-quorum-votes="2" \
        stonith-enabled="true" \
        no-quorum-policy="ignore" \
        last-lrm-refresh="1258769996"


When i'm doing this on the console with

stonith -t ssh -p "node1-intern node2-intern" -T reset node2-intern

all works fine! So i hope someone can help me.

Thanks!

Michel

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to