The sense of this check was wrong from the get-go, back in
a5d99add. Fix
it. This may be silencing a lot of misdirected op noise!
Signed-off-by: Sage Weil <sage@inktank.com>
}
// okay, we aren't valid now; check send epoch
- if (m->get_map_epoch() >= superblock.oldest_map) {
+ if (m->get_map_epoch() < superblock.oldest_map) {
dout(7) << "don't have sender's osdmap; assuming it was valid and that client will resend" << dendl;
return;
}