mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
ctdb-recoverd: Time out attempt to take recovery lock after 120s
Currently this will wait forever. It really needs a timeout in case the cluster filesystem (or other lock mechanism) is completely wedged. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13800 Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> (cherry picked from commit 13a1a4808935290dceb219daccd7aac3fda4e184)
This commit is contained in:
parent
4c059e03ef
commit
65c3c5801f
@ -972,7 +972,7 @@ static bool ctdb_recovery_lock(struct ctdb_recoverd *rec)
|
||||
h = ctdb_cluster_mutex(s,
|
||||
ctdb,
|
||||
ctdb->recovery_lock,
|
||||
0,
|
||||
120,
|
||||
take_reclock_handler,
|
||||
s,
|
||||
lost_reclock_handler,
|
||||
|
Loading…
x
Reference in New Issue
Block a user