[PVE-User] Cluster has failed....
Gilberto Nunes
gilberto.nunes32 at gmail.com
Thu Jul 10 16:40:51 CEST 2014
Hi...
That's another problem running around Cluster Administration on Proxmox...
I set two VirtualBox VM's running latest PVE version...
My laptop, an Intel Core i5 running Ubuntu, act as a Storage with TGT
Target...
I am able to create the cluster and define the quorum disk...
However, when I reboot both nodes, I get this error:
Starting qdiskd [ FAILED ]...
No local IP Address has been set...
I think something with DLM lock or something similar issue...
But, if I go to CLI and check:
pve01:~# /etc/init.d/cman status
qdiskd is stopped
pve01:~# /etc/init.d/rgmanager status
rgmanager is stopped
On both nodes, cman and rgmanager are dead!
So, if yype the sequence command bellow:
/etc/init.d/cman start
/etc/init.d/rgmanager start
On both nodes, the cluster go on-line....
I had experience with this issue in physical machines two...
First, I tought that could be a problem with VirtualBox VM's but it is
not...
So, as a workaround, I put this command in rc.local:
/etc/init.d/cman stop
/etc/init.d/rgmanager stop
/etc/init.d/cman start
/etc/init.d/rgmanager start
in order to bring cluster on-line...
Here's the cluster.conf:
<?xml version="1.0"?>
<cluster config_version="35" name="CLUSTER">
<cman expected_votes="3" keyfile="/var/lib/pve-cluster/corosync.authkey"/>
<quorumd allow_kill="0" interval="3" label="quorum" tko="10" votes="1">
<heuristic interval="3" program="ping 192.168.1.100 -c1 -w1" score="1"
tko="4"/>
<heuristic interval="3" program="ip addr | grep eth0 | grep -q UP"
score="2" tko="3"/>
</quorumd>
<totem token="54000"/>
<clusternodes>
<clusternode name="pve01" nodeid="1" votes="1">
</clusternode>
<clusternode name="pve02" nodeid="2" votes="1">
</clusternode>
</clusternodes>
<rm>
<failoverdomains>
<failoverdomain name="serverfailover" ordered="1" restricted="0">
<failoverdomainnode name="pve01" priority="1"/>
<failoverdomainnode name="pve02" priority="2"/>
</failoverdomain>
</failoverdomains>
<pvevm autostart="1" vmid="100"/>
</rm>
</cluster>
And /etc/default/redhat-cluster-pve has the content:
FENCE_JOIN="yes"
Is there something I do wrong?
Thanks a lot
--
Gilberto Ferreira
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20140710/c7f03c7b/attachment.htm>
More information about the pve-user
mailing list