<div dir="ltr"><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">I am running Gluster 3.7.x on 3 nodes and want to stop the service. Unfortunatelly this does not seem to work:</p><pre style="margin-top:0px;padding:5px;border:0px;font-size:13px;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif;word-wrap:normal;background-color:rgb(238,238,238)"><code style="margin:0px;padding:0px;border:0px;font-family:Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif;white-space:inherit">sudo /usr/sbin/glusterd stop
user@fx2:~$ ps -ef | grep gluster
root      2334     1  0 Sep08 ?        00:00:03 /usr/sbin/glusterfs -s localhost --volfile-id gluster/nfs -p /var/lib/glusterd/nfs/run/nfs.pid -l /var/log/glusterfs/nfs.log -S /var/run/gluster/f66ad4ca3f2b040a2b828e28e9648b0d.socket
root      2342     1  0 Sep08 ?        00:00:04 /usr/sbin/glusterfs -s localhost --volfile-id gluster/glustershd -p /var/lib/glusterd/glustershd/run/glustershd.pid -l /var/log/glusterfs/glustershd.log -S /var/run/gluster/673e39003114a00621cd86113e27d107.socket --xlator-option *replicate*.node-uuid=1a401094-307d-4ada-b710-58a906e97e66
root      2348     1  0 Sep08 ?        00:00:06 /usr/sbin/glusterfsd -s node2 --volfile-id vol1.node2.bricks-brick1 -p /var/lib/glusterd/vols/vol1/run/node2-bricks-brick1.pid -S /var/run/gluster/8b23a0563fdaecb0c7023644ffb933f1.socket --brick-name /bricks/brick1 -l /var/log/glusterfs/bricks/bricks-brick1.log --xlator-option *-posix.glusterd-uuid=1a401094-307d-4ada-b710-58a906e97e66 --brick-port 49152 --xlator-option vol1-server.listen-port=49152
user      8189  6703  0 13:51 pts/0    00:00:00 grep --color=auto gluster
</code></pre><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">I tried all sorts of stop comands on gluster-server without success. How can I stop Gluster?</p></div>