<div style="font-family: Arial; font-size: 13;">Hi,<br><br>now that I have IPaddr work, I have a strange behaviour on my test setup of 2 nodes, here is my configuration:<br><br>===STONITH/FENCING===<br><br>primitive xstorage1-stonith stonith:external/ssh-sonicle op monitor interval="25" timeout="25" start-delay="25" params hostlist="xstorage1"<br><br>primitive xstorage2-stonith stonith:external/ssh-sonicle op monitor interval="25" timeout="25" start-delay="25" params hostlist="xstorage2"<br><br>location xstorage1-stonith-pref xstorage1-stonith -inf: xstorage1<br>location xstorage2-stonith-pref xstorage2-stonith -inf: xstorage2<br><br>property stonith-action=poweroff<br><br><br><br>===IP RESOURCES===<br><br><br>primitive xstorage1_wan1_IP ocf:heartbeat:IPaddr params ip="1.2.3.4" cidr_netmask="255.255.255.0" nic="e1000g1"<br>primitive xstorage2_wan2_IP ocf:heartbeat:IPaddr params ip="1.2.3.5" cidr_netmask="255.255.255.0" nic="e1000g1"<br><br>location xstorage1_wan1_IP_pref xstorage1_wan1_IP 100: xstorage1<br>location xstorage2_wan2_IP_pref xstorage2_wan2_IP 100: xstorage2<br><br>===================<br><br>So I plumbed e1000g1 with unconfigured IP on both machines and started corosync/pacemaker, and after some time I got all nodes online and started, with IP configured as virtual interfaces (e1000g1:1 and e1000g1:2) one in host1 and one in host2.<br><br>Then I halted host2, and I expected to have host1 started with both IPs configured on host1.<br>Instead, I got host1 started with the IP stopped and removed (only e1000g1 unconfigured), host2 stopped saying IP started (!?).<br>Not exactly what I expected...<br>What's wrong?<br><br>Here is the crm status after I stopped host 2:<br><br>2 nodes and 4 resources configured<br><br>Node xstorage2: UNCLEAN (offline)<br>Online: [ xstorage1 ]<br><br>Full list of resources:<br><br> xstorage1-stonith   (stonith:external/ssh-sonicle): Started xstorage2 (UNCLEAN)<br> xstorage2-stonith   (stonith:external/ssh-sonicle): Stopped<br> xstorage1_wan1_IP   (ocf::heartbeat:IPaddr):        Stopped<br> xstorage2_wan2_IP   (ocf::heartbeat:IPaddr):        Started xstorage2 (UNCLEAN)<br><br><br>Gabriele<br><br><div id="wt-mailcard"><div style="font-family: Arial;">----------------------------------------------------------------------------------------<br></div><div style="font-family: Arial;"><b>Sonicle S.r.l. </b>: <a href="http://www.sonicle.com/" target="_new">http://www.sonicle.com</a></div><div style="font-family: Arial;"><b>Music: </b><a href="http://www.gabrielebulfon.com/" target="_new">http://www.gabrielebulfon.com</a></div><div style="font-family: Arial;"><b>Quantum Mechanics : </b><a href="http://www.cdbaby.com/cd/gabrielebulfon" target="_new">http://www.cdbaby.com/cd/gabrielebulfon</a></div></div></div>