<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    On 10/19/20 6:02 AM, Łukasz Michalski wrote:<br>
    <blockquote type="cite"
      cite="mid:705acf26-383c-612c-674d-998569c3e8f1@zork.pl">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      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"
          moz-do-not-send="true">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"
          moz-do-not-send="true">https://lists.gluster.org/pipermail/gluster-users/2016-January/024789.html</a><br>
      </p>
      <p>Regards,<br>
        Łukasz<br>
      </p>
      <br>
    </blockquote>
    Thank you. That seems to work.<br>
    The find really should be <br>
    <br>
    "find some_path -print0 | xargs -0 stat"<br>
    <br>
    to get all those pesky files with spaces in their names<br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Alvin Starr                   ||   land:  (647)478-6285
Netvel Inc.                   ||   Cell:  (416)806-0133
<a class="moz-txt-link-abbreviated" href="mailto:alvin@netvel.net">alvin@netvel.net</a>              ||

</pre>
  </body>
</html>