Hi all, I hope I found a correct list. I discovering a reason why node was not fenced on CPG_REASON_NODEDOWN event. Here what I see in dlm_tool dump: 1313579105 Processing membership 80592 1313579105 Skipped active node 939787530: born-on=80580, last-seen=80592, this-event=80592, last-event=80580 1313579105 Skipped active node 956564746: born-on=80564, last-seen=80592, this-event=80592, last-event=80580 1313579105 del_configfs_node rmdir "/sys/kernel/config/dlm/cluster/comms/1543767306" 1313579105 Removed inactive node 1543767306: born-on=80572, last-seen=80580, this-event=80592, last-event=80580 1313579105 dlm:controld conf 2 0 1 memb 939787530 956564746 join left 1543767306 1313579105 dlm:ls:clvmd conf 2 0 1 memb 939787530 956564746 join left 1543767306 1313579105 clvmd add_change cg 4 remove nodeid 1543767306 reason 3 1313579105 clvmd add_change cg 4 counts member 2 joined 0 remove 1 failed 1 1313579105 clvmd stop_kernel cg 4 1313579105 write "0" to "/sys/kernel/dlm/clvmd/control" 1313579105 Node 1543767306/mgmt01 has not been shot yet 1313579105 clvmd check_fencing 1543767306 wait add 1313562825 fail 1313579105 last 0 1313579107 Node 1543767306/mgmt01 was last shot 'now' 1313579107 clvmd check_fencing 1543767306 done add 1313562825 fail 1313579105 last 1313579107 1313579107 clvmd check_fencing done That means that dlm_controld received CPG_REASON_NODEDOWN event for clvmd CPG and did not call kick_node_from_cluster(), so pacemaker didn't do fencing on behalf of clvmd cpg. Please correct me if I'm wrong: * Request for fencing of node on CPG_REASON_NODEDOWN event was historically left to groupd to do. * That's why all daemons (fenced, dlm_controld, gfs2_controld) call kick_node_from_cluster() only on CPG_REASON_PROCDOWN event, not on CPG_REASON_NODEDOWN. * groupd is obsoleted in 3.x. Shouldn't daemons request fencing on CPG_REASON_NODEDOWN too? Now they only mark node as failed and increase cg failcount. I use pacemaker-based setup, and actually use only (obsoleted) dlm_controld.pcmk, but problems seems to be a little bit wider than that daemons one. Setup is: corosync-1.4.1 openais-1.1.4 pacemaker-tip clusterlib-3.1.1 dlm_controld.pcmk from 3.0.17 lvm2-cluster-2.0.85 Best, Vladislav -- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster