mirror of
https://github.com/ceph/ceph
synced 2025-02-15 14:58:01 +00:00
mon: actually send updates to subscribers :)
This commit is contained in:
parent
cdc4570f90
commit
63aebffdfb
@ -98,6 +98,7 @@ bool MDSMonitor::update_from_paxos()
|
||||
}
|
||||
|
||||
send_to_waiting();
|
||||
check_subs();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -181,6 +181,7 @@ bool OSDMonitor::update_from_paxos()
|
||||
}
|
||||
|
||||
send_to_waiting();
|
||||
check_subs();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user