<div dir="ltr">Hi,<br><br>On my two-node active/passive setup, I configured fencing via fence_vmware_soap. I configured pcmk_delay=0 on both nodes so I expected that both nodes will be stonithed simultaenously.<br><br>On my test scenario, Node1 has ClusterIP resource. When I disconnect service/corosync link physically, Node1 was fenced and Node2 keeps alive given pcmk_delay=0 on both nodes.<br><br>Can you explain the behavior above?<br><br><br><br>See my config below:<br><br><div>[root@ArcosRhel2 cluster]# pcs config</div><div>Cluster Name: ARCOSCLUSTER</div><div>Corosync Nodes:</div><div> ArcosRhel1 ArcosRhel2</div><div>Pacemaker Nodes:</div><div> ArcosRhel1 ArcosRhel2</div><div><br></div><div>Resources:</div><div> Resource: ClusterIP (class=ocf provider=heartbeat type=IPaddr2)</div><div>  Attributes: cidr_netmask=32 ip=172.16.10.243</div><div>  Operations: monitor interval=30s (ClusterIP-monitor-interval-30s)</div><div>              start interval=0s timeout=20s (ClusterIP-start-interval-0s)</div><div>              stop interval=0s timeout=20s (ClusterIP-stop-interval-0s)</div><div><br></div><div>Stonith Devices:</div><div> Resource: Fence1 (class=stonith type=fence_vmware_soap)</div><div>  Attributes: action=off ipaddr=172.16.10.151 login=admin passwd=123pass pcmk_host_list=ArcosRhel1 pcmk_monitor_timeout=60s port=ArcosRhel1(Joniel) ssl_insecure=1 pcmk_delay_max=0s</div><div>  Operations: monitor interval=60s (Fence1-monitor-interval-60s)</div><div> Resource: fence2 (class=stonith type=fence_vmware_soap)</div><div>  Attributes: action=off ipaddr=172.16.10.152 login=admin passwd=123pass pcmk_delay_max=0s pcmk_host_list=ArcosRhel2 pcmk_monitor_timeout=60s port=ArcosRhel2(Ben) ssl_insecure=1</div><div>  Operations: monitor interval=60s (fence2-monitor-interval-60s)</div><div>Fencing Levels:</div><div><br></div><div>Location Constraints:</div><div>  Resource: Fence1</div><div>    Enabled on: ArcosRhel2 (score:INFINITY) (id:location-Fence1-ArcosRhel2-INFINITY)</div><div>  Resource: fence2</div><div>    Enabled on: ArcosRhel1 (score:INFINITY) (id:location-fence2-ArcosRhel1-INFINITY)</div><div>Ordering Constraints:</div><div>Colocation Constraints:</div><div>Ticket Constraints:</div><div><br></div><div>Alerts:</div><div> No alerts defined</div><div><br></div><div>Resources Defaults:</div><div> No defaults set</div><div>Operations Defaults:</div><div> No defaults set</div><div><br></div><div>Cluster Properties:</div><div> cluster-infrastructure: corosync</div><div> cluster-name: ARCOSCLUSTER</div><div> dc-version: 1.1.16-12.el7-94ff4df</div><div> have-watchdog: false</div><div> last-lrm-refresh: 1531810841</div><div> stonith-enabled: true</div><div><br></div><div>Quorum:</div><div>  Options:</div><br><br></div>