Skip to content

Commit

Permalink
Merge pull request ceph#33007 from smithfarm/wip-43928-nautilus
Browse files Browse the repository at this point in the history
nautilus: mon: elector: return after triggering a new election

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
  • Loading branch information
yuriw committed Feb 13, 2020
2 parents c7657a7 + 9155cdf commit f203d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mon/Elector.cc
Expand Up @@ -288,8 +288,8 @@ void Elector::handle_propose(MonOpRequestRef op)
mon->start_election();
} else {
dout(5) << " ignoring old propose" << dendl;
return;
}
return;
}

if (mon->rank < from) {
Expand Down

0 comments on commit f203d8b

Please sign in to comment.