<div dir="ltr">I have dreaded that answer. Maybe I can fix vote quorum on corosync 1.4. Or maybe I can get 2.X working on EL6.  Really don&#39;t wanna deal with another layer. <br><br>Thanks. <div><br></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 13, 2017 at 2:10 PM, Digimer <span dir="ltr">&lt;<a href="mailto:lists@alteeve.ca" target="_blank">lists@alteeve.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 13/04/17 05:07 PM, neeraj ch wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have three node cluster set up. My corosync config is as follows.<br>
&gt;<br>
&gt; compatibility: whitetank<br>
&gt; totem {<br>
&gt;     version: 2<br>
&gt;     secauth: on<br>
&gt;     threads: 0<br>
&gt;     interface {<br>
&gt;     member{<br>
&gt;         memberaddr: ip<br>
&gt;         }<br>
&gt;     member{<br>
&gt;         memberaddr:ip<br>
&gt;          }<br>
&gt;     member{<br>
&gt;         memberaddr:ip<br>
&gt;         }<br>
&gt;     bindnetaddr:172.31.31.12<br>
&gt;     ringnumber: 0<br>
&gt;     mcastport: 5405<br>
&gt;     ttl: 1<br>
&gt;     }<br>
&gt;     transport: udpu<br>
&gt; }<br>
&gt; logging {<br>
&gt;     fileline: off<br>
&gt;     to_stderr:yes<br>
&gt;     to_logfile: yes<br>
&gt;     to_syslog:yes<br>
&gt;     logfile:/var/log/cluster/<wbr>corosync.log<br>
&gt;     debug:off<br>
&gt;     timestamp: on<br>
&gt;     logger_subsys {<br>
&gt;     subsys: AMF<br>
&gt;     debug:off<br>
&gt;     }<br>
&gt; }<br>
&gt; service {<br>
&gt;     name: pacemaker<br>
&gt;     ver: 1<br>
&gt; }<br>
&gt; amf {<br>
&gt;     mode: disabled<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I went on to partition the master, the rest of the cluster considered<br>
&gt; the master down and elected a new master.<br>
&gt;<br>
&gt; But the corosync on the partitoned node didnt realize loss of quoram and<br>
&gt; consequently pacemaker didnt shut down the resources. Giving me a<br>
&gt; multi-master scenario.<br>
&gt;<br>
&gt; I have tried adding , quorum tool as votequoram and it seems to give the<br>
&gt; same result.<br>
&gt;<br>
&gt; Why isn&#39;t corosync not detecting this scenario ? any ideas.<br>
&gt;<br>
&gt; I used IP tables to block all UDP traffic in and out of the node . I<br>
&gt; didn&#39;t block traffic on lo.<br>
&gt;<br>
&gt; any help would be appreciated.<br>
<br>
</div></div>On EL6, cman is the quorum provider. You need to have a skeleton<br>
cluster.conf setup with it&#39;s fencing passed over to pacemaker via<br>
fence_pcmk.<br>
<br>
It you use pcs/pcsd, it will configure everything for you. Do NOT<br>
configure corosync directly; You need to configure it inside cman<br>
itself. Reset corosync.conf back to defaults.<br>
<br>
Reference;<br>
<br>
<a href="http://clusterlabs.org/doc/en-US/Pacemaker/1.1-plugin/html-single/Clusters_from_Scratch/index.html" rel="noreferrer" target="_blank">http://clusterlabs.org/doc/en-<wbr>US/Pacemaker/1.1-plugin/html-<wbr>single/Clusters_from_Scratch/<wbr>index.html</a><br>
<br>
--<br>
Digimer<br>
Papers and Projects: <a href="https://alteeve.com/w/" rel="noreferrer" target="_blank">https://alteeve.com/w/</a><br>
&quot;I am, somehow, less interested in the weight and convolutions of<br>
Einstein’s brain than in the near certainty that people of equal talent<br>
have lived and died in cotton fields and sweatshops.&quot; - Stephen Jay Gould<br>
<br>
______________________________<wbr>_________________<br>
Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
<a href="http://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.clusterlabs.org/<wbr>mailman/listinfo/users</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" rel="noreferrer" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" rel="noreferrer" target="_blank">http://www.clusterlabs.org/<wbr>doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
</blockquote></div><br></div></div></div></div>