This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: master - init.d/cman: no groupd


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1d63f41856599abf4deb53078b1293adbf331897
Commit:        1d63f41856599abf4deb53078b1293adbf331897
Parent:        f723d9c72f60af142ab4d9c49d762ebf7a45f0e5
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Fri Jan 9 14:59:58 2009 -0600
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Fri Jan 9 14:59:58 2009 -0600

init.d/cman: no groupd

Signed-off-by: David Teigland <teigland@redhat.com>
---
 cman/init.d/cman.in |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/cman/init.d/cman.in b/cman/init.d/cman.in
index 8feb196..026eaed 100644
--- a/cman/init.d/cman.in
+++ b/cman/init.d/cman.in
@@ -227,10 +227,6 @@ start_qdiskd()
 
 start_daemons()
 {
-    status groupd > /dev/null 2>&1
-    if [ $? -ne 0 ]; then
-	errmsg=$( @SBINDIR@/groupd 2>&1 ) || return 1
-    fi
     status fenced > /dev/null 2>&1
     if [ $? -ne 0 ]; then
 	errmsg=$( @SBINDIR@/fenced 2>&1 ) || return 1
@@ -522,9 +518,6 @@ stop_daemons()
     if pid=$(pidof fenced 2>&1); then
 	errmsg=$(kill $pid 2>&1) || return 1
     fi
-    if pid=$(pidof groupd 2>&1); then
-	errmsg=$(kill $pid 2>&1) || return 1
-    fi
     return 0 # all ok
 }
 
@@ -630,7 +623,6 @@ stop()
 
 cmanstatus()
 {
-	errmsg=$( status groupd 2>&1) || return 1
 	errmsg=$( status fenced 2>&1) || return 1
 	errmsg=$( status dlm_controld 2>&1) || return 1
 	errmsg=$( status gfs_controld 2>&1) || return 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]