<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 7, 2018 at 10:35 PM, Raghavendra G <span dir="ltr">&lt;<a href="mailto:raghavendra@gluster.com" target="_blank">raghavendra@gluster.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Tue, Feb 6, 2018 at 8:15 PM, Vijay Bellur <span dir="ltr">&lt;<a href="mailto:vbellur@redhat.com" target="_blank">vbellur@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"><div dir="ltr"><div><br></div><div><br></div><div class="gmail_extra"><div class="gmail_quote"><span>On Sun, Feb 4, 2018 at 3:39 AM, Raghavendra Gowdappa <span dir="ltr">&lt;<a href="mailto:rgowdapp@redhat.com" target="_blank">rgowdapp@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">All,<br>
<br>
One of our users pointed out to the documentation that glusterfs is not good for storing &quot;Structured data&quot; [1], while discussing an issue [2]. </blockquote><div><br></div><div><br></div></span><div>As far as I remember, the content around structured data in the Install Guide is from a FAQ that was being circulated in Gluster, Inc. indicating the startup&#39;s market positioning. Most of that was based on not wanting to get into performance based comparisons of storage systems that are frequently seen in the structured data space.<br></div><span><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Does any of you have more context on the feasibility of storing &quot;structured data&quot; on Glusterfs? Is one of the reasons for such a suggestion &quot;staleness of metadata&quot; as encountered in bugs like [3]?<br></blockquote><div><br></div><div><br></div></span><div>There are challenges that distributed storage systems face when exposed to applications that were written for a local filesystem interface. We have encountered problems with applications like tar [4] that are not in the realm of &quot;Structured data&quot;. If we look at the common theme across all these problems, it is related to metadata &amp; read after write consistency issues with the default translator stack that gets exposed on the client side. While the default stack is optimal for other scenarios, it does seem that a category of applications needing strict metadata consistency is not well served by that. We have observed that disabling a few performance translators and tuning cache timeouts for VFS/FUSE have helped to overcome some of them. The WIP effort on timestamp consistency across the translator stack, patches that have been merged as a result of the bugs that you mention &amp; other fixes for outstanding issues should certainly help in catering to these workloads better with the file interface.</div><div><br></div><div>There are deployments that I have come across where glusterfs is used for storing structured data. gluster-block  &amp; qemu-libgfapi overcome the metadata consistency problem by exposing a file as a block device &amp; by disabling most of the performance translators in the default stack. Workloads that have been deemed problematic with the file interface for the reasons alluded above, function well with the block interface. </div></div></div></div></blockquote><div><br></div></span><div>I agree that gluster-block due to its usage of a subset of glusterfs fops (mostly reads/writes I guess), runs into less number of consistency issues. However, as you&#39;ve mentioned we seem to disable perf xlator stack in our tests/use-cases till now. Note that perf xlator stack is one of worst offenders as far as the metadata consistency is concerned (relatively less scenarios of data inconsistency). So, I wonder,</div><div>* what would be the scenario if we enable perf xlator stack for gluster-block?</div></div></div></div></blockquote><div><br></div><div><br></div><div>tcmu-runner opens block devices with O_DIRECT. So enabling perf xlators for gluster-block would not make a difference as translators like io-cache &amp; read-ahead do not enable caching for open() with O_DIRECT. In addition, since bulk of the operations happen to be reads &amp; writes on large files with gluster-block, md-cache &amp; quick-read are not appropriate for the stack that tcmu-runner operates on.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>* Is performance on gluster-block satisfactory so that we don&#39;t need these xlators?</div><div>  - Or is it that these xlators are not useful for the workload usually run on gluster-block (For random read/write workload, read/write caching xlators offer less or no advantage)? <br></div><div>  - Or theoretically the workload is ought to benefit from perf xlators, but we don&#39;t see them in our results (there are open bugs to this effect)?</div></div></div></div></blockquote><div><br></div><div><br></div><div>Owing to the reasons mentioned above, most performance xlators do not seem very useful for gluster-block workloads.</div><div><br></div><div><br></div><div> Regards,</div><div>Vijay</div></div></div></div>