mirror of
https://github.com/ceph/ceph
synced 2025-01-19 09:32:00 +00:00
parent
9a45979b08
commit
35dc047356
@ -63,7 +63,7 @@ bool ClientMonitor::update_from_paxos()
|
||||
|
||||
paxos->stash_latest(paxosv, bl);
|
||||
|
||||
if (next_client <= client_map.next_client) {
|
||||
if (next_client < 0) {
|
||||
dout(10) << "in-core next_client reset to " << client_map.next_client << dendl;
|
||||
next_client = client_map.next_client;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user