Hello, I'm trying to get glusterd to shutdown cleanly on a server. I'm running 3.4.1-3. I fixed an issue in /etc/init.d/glusterd with RETVAL in the stop() function (apparently also fixed upstream). I now have one remaining issue: the nfs server does not shut down: # Running system [root at ads2 ~]# ps -e | grep gluster 5994 ? 00:00:00 glusterd 6008 ? 00:00:00 glusterfsd 6012 ? 00:00:00 glusterfsd 6016 ? 00:00:00 glusterfsd 6644 ? 00:00:00 glusterfs 17710 ? 00:00:09 glusterfs # umount the lone gluster fuse mount point [root at ads2 ~]# umount /content [root at ads2 ~]# ps -e | grep gluster 5994 ? 00:00:00 glusterd 6008 ? 00:00:00 glusterfsd 6012 ? 00:00:00 glusterfsd 6016 ? 00:00:00 glusterfsd 6644 ? 00:00:00 glusterfs [root at ads2 ~]# service glusterfsd stop Stopping glusterfsd: [ OK ] [root at ads2 ~]# ps -e | grep gluster 5994 ? 00:00:00 glusterd 6644 ? 00:00:00 glusterfs [root at ads2 ~]# service glusterd stop [root at ads2 ~]# rd:[ OK ] [root at ads2 ~]# ps -e | grep gluster 6644 ? 00:00:00 glusterfs [root at ads2 ~]# ps -ef | grep gluster root 6644 1 0 14:51 ? 00:00:00 /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/7c1d38f7dcadc6442a09210bf552c5dc.socket Is this by design? Any suggestions? Thanks, Bob -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20131127/06c882f6/attachment.html>