public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* master - cman: init script best to require $time
@ 2008-08-27  7:16 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2008-08-27  7:16 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=e9816024281b6df0c1cad6fef1b97453883b5335
Commit:        e9816024281b6df0c1cad6fef1b97453883b5335
Parent:        ddb6979ad9935c258e82c23d71bddb4c9a408b5c
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed Aug 27 08:20:54 2008 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Wed Aug 27 08:20:54 2008 +0200

cman: init script best to require $time

I was getting some weird OOPS when using dlm based applications
on one of the nodes. After a long debugging session it turns out
that the node had a clock skew of several minutes.

Depend on $time to be executed before we start to soften the problem
by syncing date on all nodes.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 cman/init.d/cman |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cman/init.d/cman b/cman/init.d/cman
index 34932af..e25e09f 100644
--- a/cman/init.d/cman
+++ b/cman/init.d/cman
@@ -8,8 +8,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:		cman
-# Required-Start:	$network
-# Required-Stop:	$network
+# Required-Start:	$network $time
+# Required-Stop:	$network $time
 # Default-Start:
 # Default-Stop:
 # Short-Description:	Starts and stops cman


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-27  6:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-27  7:16 master - cman: init script best to require $time Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).