<p dir="ltr">Il 13 lug 2016 07:16, &quot;Pranith Kumar Karampuri&quot; &lt;<a href="mailto:pkarampu@redhat.com">pkarampu@redhat.com</a>&gt; ha scritto:<br>
&gt;<br>
&gt; This is a corner case, from design perspective it is generally not a good idea to optimize for the corner case. It is better to protect ourselves from the corner case (SElinux etc) or you can also use snapshots to protect against these kind of mishaps.</p>
<p dir="ltr">Non only a corner case.<br>
What if fsck delete a file due to a missing inode or similiar corruption?<br>
This happened to me more than once before (not with gluster)</p>
<p dir="ltr">XFS was famous to set length to 0 to some corrupted files, years ago.<br>
this doesn&#39;t trigger any self healing</p>
<p dir="ltr">Anyway,  what would happen trying to access (through gluster) to a file that has zero lenght on one node and proper size the other replicas? Will this trigger healing for that file? </p>