for MOSDOp, get_min_epoch() is an alias of get_map_epoch(), but
get_min_epoch() is symantically more correct.
Signed-off-by: Kefu Chai <kchai@redhat.com>
IRef ref = this;
return with_blocking_future(handle.enter(cp().await_map))
.then([this]() {
- return with_blocking_future(osd.osdmap_gate.wait_for_map(m->get_map_epoch()));
+ return with_blocking_future(osd.osdmap_gate.wait_for_map(m->get_min_epoch()));
}).then([this](epoch_t epoch) {
return with_blocking_future(handle.enter(cp().get_pg));
}).then([this] {