<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
  <meta name="Generator" content="Zarafa WebAccess v7.1.14-51822">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>RE: [Gluster-users] Gluster native mount is really slow compared to nfs</title>
  <style type="text/css">
      body
      {
        font-family: Arial, Verdana, Sans-Serif ! important;
        font-size: 12px;
        padding: 5px 5px 5px 5px;
        margin: 0px;
        border-style: none;
        background-color: #ffffff;
      }

      p, ul, li
      {
        margin-top: 0px;
        margin-bottom: 0px;
      }
  </style>
</head>
<body>
<p>Hi all,</p><p>&nbsp;</p><p>&nbsp;</p><p>One more thing, we have 3 apps servers with the gluster on it, replicated on 3 different gluster nodes. (So the gluster nodes are app servers at the same time). We could actually almost work locally if we wouldn&#39;t need to have the same files on the 3 nodes and redundancy :)</p><p>&nbsp;</p><p>Initial cluster was created like this:</p><p>&nbsp;</p><div>gluster volume create www replica 3 transport tcp 192.168.140.41:/gluster/www 192.168.140.42:/gluster/www 192.168.140.43:/gluster/www force</div><div>gluster volume set www network.ping-timeout 5</div><div>gluster volume set www performance.cache-size 1024MB</div><div>gluster volume set www nfs.disable on # No need for NFS currently</div><div>gluster volume start www</div><div>&nbsp;</div><div>To my understanding it still wouldn&#39;t explain why nfs has such great performance compared to native ...</div><div>&nbsp;</div><p>&nbsp;</p><p>Regards</p><p>Jo</p><p>&nbsp;</p><p><br />&nbsp;</p><blockquote style="border-left: 2px solid #325FBA; padding-left: 5px;margin-left:5px;">-----Original message-----<br /><strong>From:</strong>        Soumya Koduri &lt;skoduri@redhat.com&gt;<br /><strong>Sent:</strong>        Tue 11-07-2017 11:16<br /><strong>Subject:</strong>        Re: [Gluster-users] Gluster native mount is really slow compared to nfs<br /><strong>To:</strong>        Jo Goossens &lt;jo.goossens@hosted-power.com&gt;; gluster-users@gluster.org; <br /><strong>CC:</strong>        Ambarish Soman &lt;asoman@redhat.com&gt;; Karan Sandha &lt;ksandha@redhat.com&gt;; <br />+ Ambarish<br /><br />On 07/11/2017 02:31 PM, Jo Goossens wrote:<br />&gt; Hello,<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt; We tried tons of settings to get a php app running on a native gluster<br />&gt; mount:<br />&gt;<br />&gt;<br />&gt;<br />&gt; e.g.: 192.168.140.41:/www /var/www glusterfs<br />&gt; defaults,_netdev,backup-volfile-servers=192.168.140.42:192.168.140.43,direct-io-mode=disable<br />&gt; 0 0<br />&gt;<br />&gt;<br />&gt;<br />&gt; I tried some mount variants in order to speed up things without luck.<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt; After that I tried nfs (native gluster nfs 3 and ganesha nfs 4), it was<br />&gt; a crazy performance difference.<br />&gt;<br />&gt;<br />&gt;<br />&gt; e.g.: 192.168.140.41:/www /var/www nfs4 defaults,_netdev 0 0<br />&gt;<br />&gt;<br />&gt;<br />&gt; I tried a test like this to confirm the slowness:<br />&gt;<br />&gt;<br />&gt;<br />&gt; ./smallfile_cli.py &nbsp;--top /var/www/test --host-set 192.168.140.41<br />&gt; --threads 8 --files 5000 --file-size 64 --record-size 64<br />&gt;<br />&gt; This test finished in around 1.5 seconds with NFS and in more than 250<br />&gt; seconds without nfs (can&#39;t remember exact numbers, but I reproduced it<br />&gt; several times for both).<br />&gt;<br />&gt; With the native gluster mount the php app had loading times of over 10<br />&gt; seconds, with the nfs mount the php app loaded around 1 second maximum<br />&gt; and even less. (reproduced several times)<br />&gt;<br />&gt;<br />&gt;<br />&gt; I tried all kind of performance settings and variants of this but not<br />&gt; helped , the difference stayed huge, here are some of the settings<br />&gt; played with in random order:<br />&gt;<br /><br />Request Ambarish &amp; Karan (cc&#39;ed who have been working on evaluating <br />performance of various access protocols gluster supports) to look at the <br />below settings and provide inputs.<br /><br />Thanks,<br />Soumya<br /><br />&gt;<br />&gt;<br />&gt; gluster volume set www features.cache-invalidation on<br />&gt; gluster volume set www features.cache-invalidation-timeout 600<br />&gt; gluster volume set www performance.stat-prefetch on<br />&gt; gluster volume set www performance.cache-samba-metadata on<br />&gt; gluster volume set www performance.cache-invalidation on<br />&gt; gluster volume set www performance.md-cache-timeout 600<br />&gt; gluster volume set www network.inode-lru-limit 250000<br />&gt;<br />&gt; gluster volume set www performance.cache-refresh-timeout 60<br />&gt; gluster volume set www performance.read-ahead disable<br />&gt; gluster volume set www performance.readdir-ahead on<br />&gt; gluster volume set www performance.parallel-readdir on<br />&gt; gluster volume set www performance.write-behind-window-size 4MB<br />&gt; gluster volume set www performance.io-thread-count 64<br />&gt;<br />&gt; gluster volume set www performance.client-io-threads on<br />&gt;<br />&gt; gluster volume set www performance.cache-size 1GB<br />&gt; gluster volume set www performance.quick-read on<br />&gt; gluster volume set www performance.flush-behind on<br />&gt; gluster volume set www performance.write-behind on<br />&gt; gluster volume set www nfs.disable on<br />&gt;<br />&gt; gluster volume set www client.event-threads 3<br />&gt; gluster volume set www server.event-threads 3<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt; The NFS ha adds a lot of complexity which we wouldn&#39;t need at all in our<br />&gt; setup, could you please explain what is going on here? Is NFS the only<br />&gt; solution to get acceptable performance? Did I miss one crucial settting<br />&gt; perhaps?<br />&gt;<br />&gt;<br />&gt;<br />&gt; We&#39;re really desperate, thanks a lot for your help!<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt; PS: We tried with gluster 3.11 and 3.8 on Debian, both had terrible<br />&gt; performance when not used with nfs.<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt; Kind regards<br />&gt;<br />&gt; Jo Goossens<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt;<br />&gt; _______________________________________________<br />&gt; Gluster-users mailing list<br />&gt; Gluster-users@gluster.org<br />&gt; http://lists.gluster.org/mailman/listinfo/gluster-users<br />&gt;<br /></blockquote>
</body>
</html>