Skip to content

Commit

Permalink
Fixing stale+down missing osdmap.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redref committed Jun 20, 2017
1 parent 0c2e02e commit 12c2824
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/osd/OSD.cc
Expand Up @@ -8277,6 +8277,9 @@ void OSD::handle_pg_create(OpRequestRef op)
++p, ++ci) {
assert(ci != m->ctimes.end() && ci->first == p->first);
epoch_t created = p->second.created;
if (created == 0) {
created = m->epoch;
}
if (p->second.split_bits) // Skip split pgs
continue;
pg_t on = p->first;
Expand Down

0 comments on commit 12c2824

Please sign in to comment.