<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Setting up a pacemaker/glusterfs cluster I noticed that the
      ocf:glusterfs:volume agent only shuts down the bricks in the
      specified volume when the resource is disabled but does not shut
      down the shd. The problem was actually referenced in redhat
      bugzilla 1233333:
      <br>
      <br>
          <a class="moz-txt-link-freetext"
        href="https://bugzilla.redhat.com/show_bug.cgi?id=1233333">https://bugzilla.redhat.com/show_bug.cgi?id=1233333</a>
      <br>
      <br>
      but there was no resolution there and I couldn't find anything
      else describing the issue. I'm running gluster 3.10.1:
      <br>
      <br>
      # glusterfs -V
      <br>
      glusterfs 3.10.1
      <br>
      Repository revision: git://git.gluster.org/glusterfs.git
      <br>
      Copyright (c) 2006-2016 Red Hat, Inc. <a
        class="moz-txt-link-rfc2396E" href="https://www.gluster.org/">&lt;https://www.gluster.org/&gt;</a>
      <br>
      GlusterFS comes with ABSOLUTELY NO WARRANTY.
      <br>
      It is licensed to you under your choice of the GNU Lesser
      <br>
      General Public License, version 3 or any later version (LGPLv3
      <br>
      or later), or the GNU General Public License, version 2 (GPLv2),
      <br>
      in all cases as published by the Free Software Foundation.
      <br>
      <br>
      gluster volume status shows all bricks are offline; only the shd
      (on both nodes) is running.
      <br>
      <br>
      So the question is, does the running shd cause any problems? I.E.,
      if I put one of the nodes in the cluster on standby, shutting down
      the brick PIDs and the glusterd but leaving the shd, will that
      cause any issues down the road? Or should I manually execute
      gluster volume &lt;volname&gt; stop each time to ensure all is
      clean?
      <br>
      <br>
      TIA,
      <br>
      <br>
    </p>
    Dan
  </body>
</html>