Skip to content

Commit

Permalink
Revert "asdf"
Browse files Browse the repository at this point in the history
This reverts commit b49028d.
  • Loading branch information
liewegas committed Jan 11, 2018
1 parent b49028d commit f799eda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/osd/OSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7360,6 +7360,8 @@ void OSD::handle_osd_map(MOSDMap *m)
if (!lastmap) {
lastmap = get_map(i.first - 1);
}
derr << __func__ << " lastmap " << lastmap->get_epoch() << dendl;
derr << __func__ << " i.second " << i.second->get_epoch() << dendl;
assert(lastmap->get_epoch() + 1 == i.second->get_epoch());
for (auto& j : lastmap->get_pools()) {
if (!i.second->have_pg_pool(j.first)) {
Expand Down

0 comments on commit f799eda

Please sign in to comment.