From 37e2417c59c29d72322cfc48e4065442c396c8c1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 23 Apr 2009 11:35:42 +1000 Subject: change shutdown level for ctdb to be 01 We want ctdb to shutdown first, as it manages many other services. With the old level of 32 the NFS service would shutdown first, and that would trigger ctdb to do a recovery. Then ctdb itself would be shutdown a few seconds later, which causes a lot of error messages in the other nodes logs (This used to be ctdb commit 2f952af1a12e81a652ec9a4794db96f9593f2676) --- ctdb/config/ctdb.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/config/ctdb.init b/ctdb/config/ctdb.init index 24a206dbbf..0903c91b30 100755 --- a/ctdb/config/ctdb.init +++ b/ctdb/config/ctdb.init @@ -3,7 +3,7 @@ ############################## # ctdb: Starts the clustered tdb daemon # -# chkconfig: - 90 36 +# chkconfig: - 90 01 # # description: Starts and stops the clustered tdb daemon # pidfile: /var/run/ctdbd/ctdbd.pid -- cgit