<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div dir="ltr" id="yui_3_16_0_1_1423726434056_8934"><span id="yui_3_16_0_1_1423726434056_9968">Thanks Pranith for the details. So with that option one would be trading data consistency with performance. I am now interested to hear about Nico's new tests with this option disabled...</span></div> <div class="qtdSeparateBR"><br><br></div><div style="display: block;" class="yahoo_quoted"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"> <font size="2" face="Arial"> On Thursday, February 12, 2015 9:23 AM, Pranith Kumar Karampuri &lt;pkarampu@redhat.com&gt; wrote:<br> </font> </div>  <br><br> <div class="y_msg_container"><div id="yiv4422645265"><div>
    <br clear="none">
    <div class="yiv4422645265moz-cite-prefix">On 02/12/2015 01:17 PM, ML mail wrote:<br clear="none">
    </div>
    <blockquote type="cite">
      <div style="color:#000;background-color:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;">
        <div dir="ltr" id="yiv4422645265yui_3_16_0_1_1423726434056_5540"><span>Dear
            Pranith</span></div>
        <div dir="ltr"><br clear="none">
          <span></span></div>
        <div dir="ltr" id="yiv4422645265yui_3_16_0_1_1423726434056_5724"><span id="yiv4422645265yui_3_16_0_1_1423726434056_5725">I would be interested
            to know what the cluster.ensure-durability off option does,
            could you explain or point to the documentation?</span></div>
      </div>
    </blockquote>
    By default replication translator does fsyncs on the files at
    certain times so that it doesn't lose data when the filesystem
    crashes and changelogs that afr stores are corrupted. This is
    introduced from 3.5.x on wards.<br clear="none">
    <br clear="none">
    Pranith<br clear="none">
    <blockquote type="cite">
      <div style="color:#000;background-color:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;">
        <div dir="ltr" id="yiv4422645265yui_3_16_0_1_1423726434056_5727"><br clear="none">
          <span id="yiv4422645265yui_3_16_0_1_1423726434056_5725"></span></div>
        <div dir="ltr" id="yiv4422645265yui_3_16_0_1_1423726434056_5728"><span id="yiv4422645265yui_3_16_0_1_1423726434056_5725">Regards</span></div>
        <div dir="ltr" id="yiv4422645265yui_3_16_0_1_1423726434056_5729"><span id="yiv4422645265yui_3_16_0_1_1423726434056_5725">ML</span></div>
        <div class="yiv4422645265qtdSeparateBR"><br clear="none">
          <br clear="none">
        </div>
        <div class="yiv4422645265yahoo_quoted" style="display:block;">
          <div style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;">
            <div style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;">
              <div dir="ltr"> <font size="2" face="Arial"> On Thursday,
                  February 12, 2015 8:24 AM, Pranith Kumar Karampuri
                  <a rel="nofollow" shape="rect" class="yiv4422645265moz-txt-link-rfc2396E" ymailto="mailto:pkarampu@redhat.com" target="_blank" href="mailto:pkarampu@redhat.com">&lt;pkarampu@redhat.com&gt;</a> wrote:<br clear="none">
                </font> </div>
              <br clear="none">
              <br clear="none">
              <div class="yiv4422645265y_msg_container"><br clear="none">
                On 02/12/2015 04:37 AM, Nico Schottelius wrote:<br clear="none">
                &gt; Hello,<br clear="none">
                &gt;<br clear="none">
                &gt; switching from 3.4.2 to 3.6.2 reduces our average
                test performance dramatically.<br clear="none">
                &gt;<br clear="none">
                &gt; Our test setup: directly connected 1 GBit/s hosts
                setup with:<br clear="none">
                &gt;<br clear="none">
                &gt;&nbsp; &nbsp; &nbsp; rm -rf /home/gluster/.glusterfs/<br clear="none">
                &gt;&nbsp; &nbsp; &nbsp; rm /home/gluster/*<br clear="none">
                &gt;&nbsp; &nbsp; &nbsp; setfattr -x trusted.glusterfs.volume-id&nbsp;
                /home/gluster/<br clear="none">
                &gt;&nbsp; &nbsp; &nbsp; setfattr -x trusted.gfid /home/gluster/<br clear="none">
                &gt;&nbsp; &nbsp; &nbsp; gluster volume create xfs-plain replica 2
                transport tcp vmhost1-cluster1:/home/gluster
                vmhost2-cluster1:/home/gluster<br clear="none">
                &gt;&nbsp; &nbsp; &nbsp; gluster volume start xfs-plain<br clear="none">
                &gt;<br clear="none">
                &gt; Afterwards we run our near real world test<br clear="none">
                &gt;<br clear="none">
                &gt;&nbsp; &nbsp; &nbsp; mount -t glusterfs vmhost1-cluster1:/xfs-plain
                /mnt/gluster/<br clear="none">
                &gt;&nbsp; &nbsp; &nbsp; while true; do dd
                if=redmine-from-ceph-20150204 of=/mnt/gluster/testvm
                bs=1M; rm /mnt/gluster/testvm; done<br clear="none">
                &gt;<br clear="none">
                &gt; The results are<br clear="none">
                &gt;<br clear="none">
                &gt;&nbsp; &nbsp; &nbsp; 3.4.2: ~71-72 MiB/s&nbsp; &nbsp; [ubuntu 14.04]<br clear="none">
                &gt;&nbsp; &nbsp; &nbsp; 3.6.2: ~59-64 MiB/s&nbsp; &nbsp; [gluster-3.6 ppa]<br clear="none">
                &gt;<br clear="none">
                &gt; We have removed 3.6.2 and re-installed 3.4.2 and
                can consistently reproduce<br clear="none">
                &gt; these numbers over hours of testing.<br clear="none">
                Could you repeat the test on 3.6.2 with 'volume set
                &lt;volname&gt; <br clear="none">
                cluster.ensure-durability off' option and post the
                results.<br clear="none">
                <br clear="none">
                Pranith
                <div class="yiv4422645265yqt9599502956" id="yiv4422645265yqtfd71438"><br clear="none">
                  &gt;<br clear="none">
                  &gt; Is there any configuration change that we need to
                  incorporate to run<br clear="none">
                  &gt; 3.6.2 faster or is this a known problem?<br clear="none">
                  &gt;<br clear="none">
                  &gt; Cheers,<br clear="none">
                  &gt;<br clear="none">
                  &gt; Nico<br clear="none">
                  &gt;<br clear="none">
                  <br clear="none">
                  _______________________________________________<br clear="none">
                  Gluster-users mailing list<br clear="none">
                  <a rel="nofollow" shape="rect" ymailto="mailto:Gluster-users@gluster.org" target="_blank" href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br clear="none">
                  <a rel="nofollow" shape="rect" target="_blank" href="http://www.gluster.org/mailman/listinfo/gluster-users">http://www.gluster.org/mailman/listinfo/gluster-users</a><div class="yiv4422645265yqt0378012513" id="yiv4422645265yqtfd33123"><br clear="none">
                </div></div><div class="yiv4422645265yqt0378012513" id="yiv4422645265yqtfd20581">
                <br clear="none">
                <br clear="none">
              </div></div><div class="yiv4422645265yqt0378012513" id="yiv4422645265yqtfd24865">
            </div></div><div class="yiv4422645265yqt0378012513" id="yiv4422645265yqtfd55532">
          </div></div><div class="yiv4422645265yqt0378012513" id="yiv4422645265yqtfd46053">
        </div></div><div class="yiv4422645265yqt0378012513" id="yiv4422645265yqtfd55845">
      </div></div><div class="yiv4422645265yqt0378012513" id="yiv4422645265yqtfd70366">
      <br clear="none">
      <fieldset class="yiv4422645265mimeAttachmentHeader"></fieldset>
      <br clear="none">
      <pre>_______________________________________________
Gluster-users mailing list
<a rel="nofollow" shape="rect" class="yiv4422645265moz-txt-link-abbreviated" ymailto="mailto:Gluster-users@gluster.org" target="_blank" href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a>
<a rel="nofollow" shape="rect" class="yiv4422645265moz-txt-link-freetext" target="_blank" href="http://www.gluster.org/mailman/listinfo/gluster-users">http://www.gluster.org/mailman/listinfo/gluster-users</a></pre>
    </div></blockquote><div class="yiv4422645265yqt0378012513" id="yiv4422645265yqtfd33936">
    <br clear="none">
  </div></div></div><br><br></div>  </div> </div>  </div> </div></body></html>