Description of problem: Systemd command to stop gluster{d,fsd} does not work properly Version-Release number of selected component (if applicable): glusterfs-3.4.1-1.fc19.x86_64 How reproducible: Always. Steps to Reproduce: 0. Have a functional gluster environment. 1. As root: systemctl stop glusterd glusterfsd Give it some time to figure out. 2. As root: systemctl status glusterd glusterfsd See that it reports stopped. 3. As root: ps -ef|grep gluster See that the gluster stuff is still running. And even functional. Actual results: See above. Expected results: Nothing gluster alive anymore. Additional info: To unmount underlying fs, for example, explicit killing of the daemon's is needed.
(In reply to Bert DeKnuydt from comment #0) > Expected results: > > Nothing gluster alive anymore. glusterd and glusterfsd should not stop the fuse-mounts. The mountpoint may well keep functioning even if there is no local glusterd/glusterfsd. I think this is a duplicate of 1022542, please comment on that bug, it's proposed solution and give karma on the test-packages. Thanks! *** This bug has been marked as a duplicate of bug 1022542 ***