<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 21, 2017 at 6:06 PM, Mackay, Michael <span dir="ltr">&lt;<a href="mailto:mackay@progeny.net" target="_blank">mackay@progeny.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Samikshan,<br>
<br>
Thanks for your suggestion.<br>
<br>
>From what I understand, the read-only feature (which I had seen and researched) is a client option for mounting the filesystem.  Unfortunately, we need the filesystem itself to be set up read-only, so that no one can modify it - in other words, we need to make sure that no client can mount it read/write.  So, it has to be set up and started as r/o, and then the clients have no choice but to get a r/o copy.<br></blockquote><div><br></div><div>read-only xlator is loaded at gluster server (brick) stack. so once the volume is in place, you&#39;d need to enable read-only option using volume set and then you should be able to mount the volume which would provide you the read-only access. <br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks<br>
Mike<br>
<div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: Samikshan Bairagya [mailto:<a href="mailto:sbairagy@redhat.com">sbairagy@redhat.com</a>]<br>
Sent: Monday, March 20, 2017 3:52 PM<br>
To: Mackay, Michael<br>
Cc: <a href="mailto:gluster-devel@gluster.org">gluster-devel@gluster.org</a><br>
Subject: Re: [Gluster-devel] Read-only option for a replicated (replication for fail-over) Gluster volume<br>
<br>
<br>
<br>
On 03/21/2017 12:38 AM, Mackay, Michael wrote:<br>
&gt; Gluster folks:<br>
&gt;<br>
&gt; Our group has a need for a distributed filesystem, like Gluster, that can be mounted by clients as read-only.  We wish to have the ability to seamless switch over to an alternate source of this read-only data if the default source fails.<br>
&gt; The reason for this ROFS is so that every client can get access to applications and data that we want to ensure stays the same (unmodifiable) for an entire system delivery life cycle. To date we&#39;ve used read-only NFS mounts reasonably well, but its failover performance is not at all great.<br>
&gt;<br>
&gt; We also don&#39;t want a &quot;WORM&quot; sort of arrangement - we want to prevent any and all writes to the volume once it&#39;s up and shared.<br>
&gt;<br>
&gt; So, under the &quot;how hard could it be&quot; mantra, we took version 3.7.15 and poked around a bit until we got it to do just what we want.  It was a minor mod to &#39;xlators/features/index/src/<wbr>index.c&#39; and &#39;xlators/storage/posix/src/<wbr>posix-helpers.c&#39;, along with a &quot;force&quot; option when doing the volume start command.<br>
&gt;<br>
&gt; We would happily share the specific changes, and they seem to fit in the 3.10.0 code base too; the question for the group is, would such a capability be of interest to the Gluster baseline?  Possibly a precursor question (since I don&#39;t have much experience in gluster-devel at all, so please forgive my approach if it&#39;s wrong) is, to whom should I pose this question, if it&#39;s not to this group?<br>
&gt;<br>
&gt; Thanks for your time and I&#39;d be happy to provide any further information.<br>
&gt;<br>
<br>
Hi Mike,<br>
<br>
Have you checked the &#39;features.read-only&#39; volume option. Apparently you can set it to on/off depending on whether you want your volume to be read-only or not. By default it is set to &#39;off&#39;. The following would make your volume read-only for all clients accessing it:<br>
<br>
# gluster volume set &lt;VOLNAME&gt; features.read-only on<br>
<br>
Hope that helped.<br>
<br>
~ Samikshan<br>
______________________________<wbr>_________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@gluster.org">Gluster-devel@gluster.org</a><br>
<a href="http://lists.gluster.org/mailman/listinfo/gluster-devel" rel="noreferrer" target="_blank">http://lists.gluster.org/<wbr>mailman/listinfo/gluster-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><br></div><div>~ Atin (atinm)<br></div></div></div></div>
</div></div>