<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
On 10/19/20 7:29 AM, Ashish Pandey wrote:<br>
<blockquote type="cite"
cite="mid:934975742.4244844.1603085384315.JavaMail.zimbra@redhat.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div style="font-family: times new roman, new york, times, serif;
font-size: 12pt; color: #000000">
<div>Hi Alvin,<br>
</div>
<div><br>
</div>
<div>As Yaniv also pointed out, you are running a very old
version which is difficult to debug and support.<br>
</div>
<div>So, you should upgrade gluster version if you want to have
better performance and less bug and also good community
support.<br>
</div>
<div><br>
</div>
<div>Having said that, I would suggest to use <a
href="https://github.com/gluster/glusterfs/blob/devel/tools/gfind_missing_files/gfid_to_path.sh"
moz-do-not-send="true">https://github.com/gluster/glusterfs/blob/devel/tools/gfind_missing_files/gfid_to_path.sh</a>
<br>
</div>
<div>to find out the real path of all the files/dir coming up in
heal info list and then accordingly check your data and get
it healed.<br>
</div>
<div><br>
</div>
<div>Once your system is back to normal, please upgrade it to
latest version.<br>
</div>
<div><br>
</div>
<div>---<br>
</div>
<div>Ashish<br>
</div>
<br>
</div>
</blockquote>
<p>I had similar problem with heal of one directory and
subdirectories.</p>
<p>The script above did not work for 3.10, I had to use this one:</p>
<p><a class="moz-txt-link-freetext" href="https://gist.github.com/louiszuckerman/4392640">https://gist.github.com/louiszuckerman/4392640</a><br>
</p>
<p>and execute <br>
</p>
<p><tt>find . |xargs stat </tt><br>
</p>
<p>on listed top directories in mount point. See:<br>
<a class="moz-txt-link-freetext" href="https://lists.gluster.org/pipermail/gluster-users/2016-January/024789.html">https://lists.gluster.org/pipermail/gluster-users/2016-January/024789.html</a><br>
</p>
<p>Regards,<br>
Łukasz<br>
</p>
</body>
</html>