<div dir="ltr"><div><div>I can't seem to track this down and am hoping someone has seen this or can tell me what's happening.<br><br></div>I have a 2 node test cluster, node01.private and node02.private.<br><br>[root@node01 ~]# cat /etc/hosts<br>127.0.0.1   localhost<br>::1         localhost<br><br>192.168.168.9   node01.private<br>192.168.168.10  node02.private<br>192.168.168.14  cluster.private<br><br></div>The issue is when I run 'pcs status' it shows both nodes online but a 3rd node, node01, to be offline:<br><div><br>[root@node01 ~]# pcs status<br>Cluster name: cluster.private<br>Last updated: Thu Aug 13 16:41:54 2015<br>Last change: Wed Aug 12 18:23:22 2015<br>Stack: cman<br>Current DC: node01.private - partition with quorum<br>Version: 1.1.11-97629de<br>3 Nodes configured<br>1 Resources configured<br><br><br>Online: [ node01.private node02.private ]<br>OFFLINE: [ node01 ]<br><br>Full list of resources:<br><br> privateIP      (ocf::heartbeat:IPaddr2):       Started node01.private<br><br>[root@node01 ~]#<br></div><div>[root@node01 ~]# pcs config<br>Cluster Name: cluster.private<br>Corosync Nodes:<br> node01.private node02.private<br>Pacemaker Nodes:<br> node01 node01.private node02.private<br><br>Resources:<br> Resource: privateIP (class=ocf provider=heartbeat type=IPaddr2)<br>  Attributes: ip=192.168.168.14 cidr_netmask=32<br>  Operations: start interval=0s timeout=20s (privateIP-start-interval-0s)<br>              stop interval=0s timeout=20s (privateIP-stop-interval-0s)<br>              monitor interval=30s (privateIP-monitor-interval-30s)<br><br>Stonith Devices:<br>Fencing Levels:<br><br>Location Constraints:<br>  Resource: privateIP<br>    Enabled on: node01.private (score:INFINITY) (id:location-privateIP-node01.private-INFINITY)<br>Ordering Constraints:<br>Colocation Constraints:<br><br>Resources Defaults:<br> No defaults set<br>Operations Defaults:<br> No defaults set<br><br>Cluster Properties:<br> cluster-infrastructure: cman<br> dc-version: 1.1.11-97629de<br> expected-quorum-votes: 2<br> no-quorum-policy: ignore<br> stonith-enabled: false<br>[root@node01 ~]#<br>[root@node01 ~]# cat /etc/cluster/cluster.conf<br><cluster config_version="8" name="cluster.private"><br>  <fence_daemon/><br>  <clusternodes><br>    <clusternode name="node01.private" nodeid="1"><br>      <fence><br>        <method name="pcmk-redirect"><br>          <device name="pcmk" port="node01.private"/><br>        </method><br>      </fence><br>    </clusternode><br>    <clusternode name="node02.private" nodeid="2"><br>      <fence><br>        <method name="pcmk-redirect"><br>          <device name="pcmk" port="node02.private"/><br>        </method><br>      </fence><br>    </clusternode><br>  </clusternodes><br>  <cman/><br>  <fencedevices><br>    <fencedevice agent="fence_pcmk" name="pcmk"/><br>  </fencedevices><br>  <rm><br>    <failoverdomains/><br>    <resources/><br>  </rm><br></cluster><br>[root@node01 ~]#<br><br><br></div><div>Everything appears to be working correctly, just that phantom offline node shows up.<br><br></div><div>Thanks,<br></div>Allan</div>