<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 07/18/2013 04:41 AM, Bobby Jacob
      wrote:<br>
    </div>
    <blockquote
      cite="mid:AC3305F9C186F849B835A3E6D3C9BEFEAE3895@KWTPRMBX001.mha.local"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Webdings;
        panose-1:5 3 1 2 1 5 9 6 7 3;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"MS Sans Serif";}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1"><o:p>&nbsp;</o:p>
        <p class="MsoNormal">GlusterFSD service is running on all the
          bricks. But self heal is not happening. I restart glusterd
          service, still nothing.
          <o:p></o:p></p>
      </div>
    </blockquote>
    glusterfsd is the brick process. It does not do self-healing. Self
    healing is provided by a glusterfs process with "--volfile-id
    gluster/glustershd" and is started by glusterd. You can check to see
    if it's running with "gluster volume status".<br>
    <blockquote
      cite="mid:AC3305F9C186F849B835A3E6D3C9BEFEAE3895@KWTPRMBX001.mha.local"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">When I do &#8220;service glusterfsd restart&#8221;. The
          services stops but doesn&#8217;t start. Once I restart the server,
          the self heal resumes. PLEASE ADVICE&gt; !!!!
        </p>
      </div>
    </blockquote>
    All that command is going to do is stop your bricks. The restart
    command does a stop and start of glusterfsd. Since stop kills all
    the glusterfsd processes, your bricks will then be killed. It does
    not start the bricks, but rather tries to start a glusterfsd process
    with a default volfile setting. This would work if you had some
    legacy configuration that you still wanted to use, but does not work
    for restarting the self-heal process.<br>
    <br>
    The command you're looking for would be "service glusterd restart"
    if the self-heal process needed restarted.<br>
    <blockquote
      cite="mid:AC3305F9C186F849B835A3E6D3C9BEFEAE3895@KWTPRMBX001.mha.local"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">GLusterfs 3.3.1 <o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>