<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 15 March 2016 at 11:54, Niels de Vos <span dir="ltr">&lt;<a href="mailto:ndevos@redhat.com" target="_blank">ndevos@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Mar 14, 2016 at 05:43:05PM +0530, M S Vishwanath Bhat wrote:<br>
&gt; On 14 March 2016 at 14:29, Raghavendra Talur &lt;<a href="mailto:rtalur@redhat.com">rtalur@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Mon, Mar 14, 2016 at 8:40 AM, Kaushal M &lt;<a href="mailto:kshlmster@gmail.com">kshlmster@gmail.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; Hey Vijay,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Awesome work on the tests!<br>
&gt; &gt;&gt;<br>
&gt; &gt; +1<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Could you please list down the tests you run for releases?  This would<br>
&gt; &gt;&gt; help the other release-maintainers could run them as well. We could<br>
&gt; &gt;&gt; also try automating these tests, so that it becomes even easier.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; +1, I will add it to the vagrant setup I have on gluster repo.<br>
&gt; &gt;<br>
&gt;<br>
&gt; If we identify all the release tests to be done,  I can write distaf test<br>
&gt; cases for the same. We can possibly run them in the vagrant setup as well.<br>
<br>
Running these distaf tests in a Vagrant environment should be possible<br>
in the CentOS CI. James Shubin has some tests he runs like that, and can<br>
point you to them for inspiration (Oh-my-vagrant?).<br></blockquote><div><br></div><div>If it is in CentOS CI, then why do we need vagrant? I&#39;m not sure how vagrant would make things more simple.</div><div><br></div><div>We can use duffy to provision the machines, we can use gdeploy to install glusterfs and use distaf to run the tests. In the nightly job I created, it is using the same (minus the gdeploy, they don&#39;t have gdeploy in pypi yet).</div><div><br></div><div>Best Regards,</div><div>Vishwanath</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Niels<br>
<br>
<br>
&gt;<br>
&gt; Best Regards,<br>
&gt; Vishwanath<br>
&gt;<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; ~kaushal<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; On Sun, Mar 13, 2016 at 10:50 PM, Vijay Bellur &lt;<a href="mailto:vbellur@redhat.com">vbellur@redhat.com</a>&gt;<br>
&gt; &gt;&gt; wrote:<br>
&gt; &gt;&gt; &gt; Hey All,<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; I have been running tests with the latest HEAD of release-3.7  on a 2x2<br>
&gt; &gt;&gt; &gt; distributed replicated volume. Here are some updates:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; - Write Performance has seen an improvement as seen by running<br>
&gt; &gt;&gt; perf-test.sh<br>
&gt; &gt;&gt; &gt; [1]<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; v3.7.9 with FUSE client<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Testname                Time<br>
&gt; &gt;&gt; &gt; emptyfiles_create       961.83<br>
&gt; &gt;&gt; &gt; emptyfiles_delete       600.08<br>
&gt; &gt;&gt; &gt; smallfiles_create       1508.38<br>
&gt; &gt;&gt; &gt; smallfiles_rewrite      1325.60<br>
&gt; &gt;&gt; &gt; smallfiles_read         598.50<br>
&gt; &gt;&gt; &gt; smallfiles_reread       384.65<br>
&gt; &gt;&gt; &gt; smallfiles_delete       623.66<br>
&gt; &gt;&gt; &gt; largefile_create        18.33<br>
&gt; &gt;&gt; &gt; largefile_rewrite       19.17<br>
&gt; &gt;&gt; &gt; largefile_read          11.44<br>
&gt; &gt;&gt; &gt; largefile_reread        0.31<br>
&gt; &gt;&gt; &gt; largefile_delete        0.66<br>
&gt; &gt;&gt; &gt; directory_crawl_create  981.21<br>
&gt; &gt;&gt; &gt; directory_crawl         30.64<br>
&gt; &gt;&gt; &gt; directory_recrawl       28.01<br>
&gt; &gt;&gt; &gt; metadata_modify         1117.92<br>
&gt; &gt;&gt; &gt; directory_crawl_delete  423.08<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; v3.7.8 with FUSE client<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Testname                Time<br>
&gt; &gt;&gt; &gt; emptyfiles_create       953.87<br>
&gt; &gt;&gt; &gt; emptyfiles_delete       577.46<br>
&gt; &gt;&gt; &gt; smallfiles_create       1837.33<br>
&gt; &gt;&gt; &gt; smallfiles_rewrite      2349.37<br>
&gt; &gt;&gt; &gt; smallfiles_read         604.22<br>
&gt; &gt;&gt; &gt; smallfiles_reread       394.48<br>
&gt; &gt;&gt; &gt; smallfiles_delete       629.74<br>
&gt; &gt;&gt; &gt; largefile_create        73.86<br>
&gt; &gt;&gt; &gt; largefile_rewrite       76.23<br>
&gt; &gt;&gt; &gt; largefile_read          11.36<br>
&gt; &gt;&gt; &gt; largefile_reread        0.31<br>
&gt; &gt;&gt; &gt; largefile_delete        0.65<br>
&gt; &gt;&gt; &gt; directory_crawl_create  985.16<br>
&gt; &gt;&gt; &gt; directory_crawl         31.10<br>
&gt; &gt;&gt; &gt; directory_recrawl       26.94<br>
&gt; &gt;&gt; &gt; metadata_modify         1422.60<br>
&gt; &gt;&gt; &gt; directory_crawl_delete  382.57<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Hopefully this addresses the write performance drop we observed with<br>
&gt; &gt;&gt; 3.7.8.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; - Regular file system test tools like iozone, dbench etc. are running<br>
&gt; &gt;&gt; fine<br>
&gt; &gt;&gt; &gt; with the fuse client.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; - Rolling upgrade from 3.7.8 to the latest release-3.7 HEAD worked fine<br>
&gt; &gt;&gt; with<br>
&gt; &gt;&gt; &gt; I/O happening from a fuse client.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; - There is a memory leak in FUSE client that I observed while running<br>
&gt; &gt;&gt; &gt; perf-test.sh. A statedump revealed that there was a ref leak on several<br>
&gt; &gt;&gt; &gt; inodes. I have sent a possible patch [2] which addressed problems in my<br>
&gt; &gt;&gt; test<br>
&gt; &gt;&gt; &gt; setup. This does need careful review and more testing. Given the memory<br>
&gt; &gt;&gt; &gt; leaks we have been observing with fuse, I feel that it would be good to<br>
&gt; &gt;&gt; &gt; review mount/fuse for possible leaks and run more tests before releasing<br>
&gt; &gt;&gt; &gt; 3.7.9. I am looking at pushing out tagging by 2-3 days to mid week to<br>
&gt; &gt;&gt; &gt; accomplish this. Niels, Raghavendra - can you provide additional help<br>
&gt; &gt;&gt; with<br>
&gt; &gt;&gt; &gt; reviewing here?<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; - Tiering has seen a lot of patches in 3.7.9. Dan, Nithya - can you<br>
&gt; &gt;&gt; please<br>
&gt; &gt;&gt; &gt; assist in preparation of release notes by summarizing the changes and<br>
&gt; &gt;&gt; &gt; providing inputs on the general readiness of tiering?<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Thanks,<br>
&gt; &gt;&gt; &gt; Vijay<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; [1] <a href="https://github.com/avati/perf-test/blob/master/perf-test.sh" rel="noreferrer" target="_blank">https://github.com/avati/perf-test/blob/master/perf-test.sh</a><br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; [2] <a href="http://review.gluster.org/#/c/13689/" rel="noreferrer" target="_blank">http://review.gluster.org/#/c/13689/</a><br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt; Gluster-devel mailing list<br>
&gt; &gt;&gt; &gt; <a href="mailto:Gluster-devel@gluster.org">Gluster-devel@gluster.org</a><br>
&gt; &gt;&gt; &gt; <a href="http://www.gluster.org/mailman/listinfo/gluster-devel" rel="noreferrer" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-devel</a><br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; Gluster-devel mailing list<br>
&gt; &gt;&gt; <a href="mailto:Gluster-devel@gluster.org">Gluster-devel@gluster.org</a><br>
&gt; &gt;&gt; <a href="http://www.gluster.org/mailman/listinfo/gluster-devel" rel="noreferrer" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-devel</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Gluster-devel mailing list<br>
&gt; &gt; <a href="mailto:Gluster-devel@gluster.org">Gluster-devel@gluster.org</a><br>
&gt; &gt; <a href="http://www.gluster.org/mailman/listinfo/gluster-devel" rel="noreferrer" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-devel</a><br>
&gt; &gt;<br>
<br>
&gt; _______________________________________________<br>
&gt; Gluster-devel mailing list<br>
&gt; <a href="mailto:Gluster-devel@gluster.org">Gluster-devel@gluster.org</a><br>
&gt; <a href="http://www.gluster.org/mailman/listinfo/gluster-devel" rel="noreferrer" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-devel</a><br>
<br>
</blockquote></div><br></div></div>