mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
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)
This commit is contained in:
parent
646201f68e
commit
37e2417c59
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user