mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
monc: small sanity check
This commit is contained in:
parent
f50a0517b3
commit
62ccae85ea
@ -354,10 +354,9 @@ void MonClient::tick()
|
||||
dout(10) << "tick" << dendl;
|
||||
|
||||
if (hunting) {
|
||||
dout(0) << "continuing hunt" << dendl;
|
||||
dout(1) << "continuing hunt" << dendl;
|
||||
_reopen_session();
|
||||
|
||||
} else {
|
||||
} else if (cur_mon >= 0) {
|
||||
// just renew as needed
|
||||
utime_t now = g_clock.now();
|
||||
if (now > sub_renew_after)
|
||||
|
Loading…
Reference in New Issue
Block a user