mirror of
https://github.com/ceph/ceph
synced 2025-03-09 17:59:10 +00:00
Merge pull request #6170 from jcsp/wip-spurious-warning
mds: avoid emitting cap warnings before evicting session Reviewed-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
commit
1a421975bc
@ -183,8 +183,8 @@ void MDSRankDispatcher::tick()
|
||||
|
||||
// ...
|
||||
if (is_clientreplay() || is_active() || is_stopping()) {
|
||||
locker->tick();
|
||||
server->find_idle_sessions();
|
||||
locker->tick();
|
||||
}
|
||||
|
||||
if (is_reconnect())
|
||||
|
Loading…
Reference in New Issue
Block a user