path: glusterfs_11.2-3/extras/init.d/glusterd-Redhat.in
start()
{
       if pidofproc -p $PIDFILE $GLUSTERD_BIN &> /dev/null; then
           echo "glusterd service is already running with pid $PID"
           return 0
