<div dir="ltr">in this case your quorum should be provides 2 votes, in this case if two nodes dies and you want to continue with just one node {1(votes per node) + 2(quorum devices) = 3 votes of 5}, more than half<br></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-14 18:34 GMT+01:00 Digimer <span dir="ltr"><<a href="mailto:lists@alteeve.ca" target="_blank">lists@alteeve.ca</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Replies in-line:<div><div class="h5"><br>
<br>
On 14/02/14 12:07 PM, FABIO FERRARI wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So it's not a normal behavior, I guess.<br>
<br>
Here is my cluster.conf:<br>
<br>
<?xml version="1.0"?><br>
<cluster config_version="59" name="mail"><br>
         <clusternodes><br>
                 <clusternode name="<a href="http://eta.mngt.unimo.it" target="_blank">eta.mngt.unimo.it</a>" nodeid="1"><br>
                         <fence><br>
                                 <method name="fence-eta"><br>
                                         <device name="fence-eta"/><br>
                                 </method><br>
                         </fence><br>
                 </clusternode><br>
                 <clusternode name="<a href="http://beta.mngt.unimo.it" target="_blank">beta.mngt.unimo.it</a>" nodeid="2"><br>
                         <fence><br>
                                 <method name="fence-beta"><br>
                                         <device name="fence-beta"/><br>
                                 </method><br>
                         </fence><br>
                 </clusternode><br>
                 <clusternode name="<a href="http://guerro.mngt.unimo.it" target="_blank">guerro.mngt.unimo.it</a>" nodeid="3"><br>
                         <fence><br>
                                 <method name="fence-guerro"><br>
                                         <device name="fence-guerro"<br>
port="Guerro<br>
" ssl="on" uuid="4213f370-9572-63c7-26e4-<u></u>22f0f43843aa"/><br>
                                 </method><br>
                         </fence><br>
                 </clusternode><br>
         </clusternodes><br>
         <cman expected_votes="5"/><br>
</blockquote>
<br></div></div>
You generally don't need to set this, the cluster can calculate it.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
         <quorumd label="mail-qdisk"/><br>
</blockquote>
<br>
You don't set any votes, so the default is "1". So with expected votes being 5, that means all three nodes have to be up or two nodes and qdisk.<div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
         <rm><br>
                 <resources><br>
                         <ip address="<a href="http://155.185.44.61/24" target="_blank">155.185.44.61/24</a>" sleeptime="10"/><br>
                         <mysql config_file="/etc/my.cnf"<br>
listen_address="155.185.44.61" name="mysql"<br>
shutdown_wait="10" startup_wait="10"/><br>
                         <script file="/etc/init.d/httpd" name="httpd"/><br>
                         <script file="/etc/init.d/postfix" name="postfix"/><br>
                         <script file="/etc/init.d/dovecot" name="dovecot"/><br>
                         <fs device="/dev/mapper/mailvg-<u></u>maillv"<br>
force_fsck="1" force_unmount="1" fsid="58161"<br>
fstype="xfs" mountpoint="/cl" name="mailvg-maill<br>
v" options="defaults,noauto" self_fence="1"/><br>
                         <lvm lv_name="maillv" name="lvm-mailvg-maillv"<br>
self_fence="1" vg_name="mailvg"/><br>
                 </resources><br>
                 <failoverdomains><br>
                         <failoverdomain name="mailfailoverdomain"<br>
nofailback="1" ordered="1" restricted="1"><br>
                                 <failoverdomainnode<br>
name="<a href="http://eta.mngt.unimo.it" target="_blank">eta.mngt.unimo.it</a>" priority="1"/><br>
                                 <failoverdomainnode<br>
name="<a href="http://beta.mngt.unimo.it" target="_blank">beta.mngt.unimo.it</a>" priority="2"/><br>
                                 <failoverdomainnode<br>
name="<a href="http://guerro.mngt.unimo.it" target="_blank">guerro.mngt.unimo.it</a>" priority="3"/><br>
                         </failoverdomain><br>
                 </failoverdomains><br>
                 <service domain="mailfailoverdomain" max_restarts="3"<br>
name="mailservices" recovery="restart"<br>
restart_expire_time="600"><br>
                         <fs ref="mailvg-maillv"><br>
                                 <ip ref="<a href="http://155.185.44.61/24" target="_blank">155.185.44.61/24</a>"><br>
                                         <mysql ref="mysql"><br>
                                                 <script ref="httpd"/><br>
                                                 <script ref="postfix"/><br>
                                                 <script ref="dovecot"/><br>
                                         </mysql><br>
                                 </ip><br>
                         </fs><br>
                 </service><br>
         </rm><br>
         <fencedevices><br>
                 <fencedevice agent="fence_ipmilan" auth="password"<br>
ipaddr="155.185.135.105" lanplus="on" login="root"<br>
name="fence-eta" passwd="******" pr<br>
ivlvl="ADMINISTRATOR"/><br>
                 <fencedevice agent="fence_ipmilan" auth="password"<br>
ipaddr="155.185.135.106" lanplus="on" login="root"<br>
name="fence-beta" passwd="******" p<br>
rivlvl="ADMINISTRATOR"/><br>
                 <fencedevice agent="fence_vmware_soap"<br>
ipaddr="155.185.0.10" login="etabetaguerro"<br>
name="fence-guerro" passwd="******"/><br>
         </fencedevices><br>
</cluster><br>
<br>
What log file do you need? There are many in /var/log/cluster..<br>
</blockquote>
<br></div></div>
By default, /var/log/messages is the most useful. Checking 'cman_tool status' and 'clustat' are also good.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Digimer<br>
Papers and Projects: <a href="https://alteeve.ca/w/" target="_blank">https://alteeve.ca/w/</a><br>
What if the cure for cancer is trapped in the mind of a person without access to education?</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
Linux-cluster mailing list<br>
<a href="mailto:Linux-cluster@redhat.com" target="_blank">Linux-cluster@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-cluster" target="_blank">https://www.redhat.com/<u></u>mailman/listinfo/linux-cluster</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>esta es mi vida e me la vivo hasta que dios quiera
</div>