* [Cluster-devel] cman: loading lock_dlm module should be optional in initscript
@ 2008-12-08 14:02 Steven Whitehouse
0 siblings, 0 replies; only message in thread
From: Steven Whitehouse @ 2008-12-08 14:02 UTC (permalink / raw)
To: cluster-devel.redhat.com
Loading the lock_dlm module should be optional since it is optional
in the kernel configuration, and in the future we intend to merge
it into gfs2 itself.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/cman/init.d/cman.in b/cman/init.d/cman.in
index 1012681..7d71e1b 100644
--- a/cman/init.d/cman.in
+++ b/cman/init.d/cman.in
@@ -148,7 +148,7 @@ load_modules()
{
errmsg=$( /sbin/modprobe configfs 2>&1 ) || return 1
errmsg=$( /sbin/modprobe dlm 2>&1 ) || return 1
- errmsg=$( /sbin/modprobe lock_dlm 2>&1 ) || return 1
+ errmsg=$( /sbin/modprobe lock_dlm 2>&1 ) || true
return 0
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-08 14:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 14:02 [Cluster-devel] cman: loading lock_dlm module should be optional in initscript Steven Whitehouse
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.