From: Gordan B. <go...@bo...> - 2009-07-10 00:24:15
|
This function needs to be added, the last version I submitted didn't include it. It still doesn't solve the shutdown problem, though. #****f* glusterfs-lib.sh/glusterfs_get_userspace_procs # NAME # glusterfs_get_userspace_procs # SYNOPSIS # function glusterfs_get_userspace_procs(cluster_conf, nodename) # DESCRIPTION # gets userspace programs that are to be running dependent on rootfs # SOURCE function glusterfs_get_userspace_procs { local clutype=$1 local rootfs=$2 echo -e "glusterfs \n\ glusterfsd" } #******** glusterfs_get_userspace_procs |