[Gluster-users] /etc/init.d/glusterfs restart for CentOS

m.c.wilkins at massey.ac.nz m.c.wilkins at massey.ac.nz
Tue Nov 4 00:20:50 UTC 2008


Hi,

> stop() {
>         echo -n $"Stopping $prog: "
>         awk '($3 == "glusterfs" && /noauto/) { print $2 }' < /etc/fstab |
>         while read MOUNTPOINT ; do
>             umount -l $MOUNTPOINT
>         done
>         killproc /usr/sbin/glusterfsd

do you really need this?  or is it just a precaution against something
untoward happening?  i ask this, because when i do an umount, my
glusterfsd dies anyway.

Matt





More information about the Gluster-users mailing list