<div dir="ltr"><div>Hi...<br><br>I set cluster with two or three nodes, and a iSCSI storage...<br></div>Everything is going fine, but after I added a quorum disk, I get this error:<br><br><br clear="all"><div><div>Jul  7 12:51:38 pve01 kernel: dlm: no local IP address has been set<br>

Jul  7 12:51:38 pve01 kernel: dlm: cannot start dlm lowcomms -107<br><br></div><div>This error appears when I boot the nodes...<br></div><div>But, if I go to CLI and restart both cman and rgmanager...<br><br></div><div>Somebody knows what the reason of this error??<br>

<br></div><div>The /etc/hosts:<br><br>127.0.0.1 localhost.localdomain localhost<br>192.168.1.125 pve01.home.lan pve01<br>192.168.1.126 pve02.home.lan pve02<br><br></div><div>Cluster.conf:<br><br><?xml version="1.0"?><br>

<cluster config_version="35" name="CLUSTER"><br>  <cman expected_votes="3" keyfile="/var/lib/pve-cluster/corosync.authkey"/><br>   <quorumd allow_kill="0" interval="3" label="quorum" tko="10" votes="1"><br>

   <heuristic interval="3" program="ping 192.168.1.100 -c1 -w1" score="1" tko="4"/><br>   <heuristic interval="3" program="ip addr | grep eth0 | grep -q UP" score="2" tko="3"/><br>

 </quorumd><br> <totem token="54000"/><br>  <clusternodes><br>    <clusternode name="pve01" nodeid="1" votes="1"><br>    </clusternode><br>    <clusternode name="pve02" nodeid="2" votes="1"><br>

    </clusternode><br>  </clusternodes><br>  <rm><br>   <failoverdomains><br>     <failoverdomain name="serverfailover" ordered="1" restricted="0"><br>       <failoverdomainnode name="pve01" priority="1"/><br>

       <failoverdomainnode name="pve02" priority="2"/><br>     </failoverdomain><br>   </failoverdomains><br>    <pvevm autostart="1" vmid="100"/><br>  </rm><br>

</cluster><br><br><br></div><div>As a workaround, I always put the following in /etc/rc.local (in all nodes)<br><br></div><div>/etc/init.d/cman restart<br></div><div>/etc/init.d/rgmanager restart<br><br>After this, when I restart the nodes, everything goes ok...<br>

<br></div><div>But I wanna avoid rc.local...<br><br></div><div>Thanks <br></div><div>-- <br>Gilberto Ferreira<br>
</div></div></div>