diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-04-23 11:35:42 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-04-23 11:35:42 +1000 |
commit | 37e2417c59c29d72322cfc48e4065442c396c8c1 (patch) | |
tree | 6b9a1f334c51147d57f313825e5c1da46ad373b2 | |
parent | 646201f68e34fe1af90c4d2921eea78ae3f6337e (diff) | |
download | samba-37e2417c59c29d72322cfc48e4065442c396c8c1.tar.gz samba-37e2417c59c29d72322cfc48e4065442c396c8c1.tar.xz samba-37e2417c59c29d72322cfc48e4065442c396c8c1.zip |
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)
-rwxr-xr-x | ctdb/config/ctdb.init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |