mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
mon/OSDMonitor: fix typo
From 5eac38797d
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
d90683fded
commit
d656aed599
@ -298,7 +298,7 @@ void OSDMonitor::on_active()
|
||||
check_subs();
|
||||
|
||||
if (thrash_map) {
|
||||
if (is_leader()) {
|
||||
if (mon->is_leader()) {
|
||||
if (thrash())
|
||||
propose_pending();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user