From: Gordan B. <go...@bo...> - 2009-07-23 13:27:28
|
On Thu, 23 Jul 2009 15:00:47 +0200, Marc Grimme <gr...@at...> wrote: > On Friday 10 July 2009 02:24:05 Gordan Bobic wrote: >> 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 > > pushed upstream. Will be included in the next version of bootimage. Thanks. Any thoughts on the other things I mentioned? Gordan |