Skip to content

Commit 185dd39

Browse files
authored
Merge pull request ceph#56875 from xxhdx1985126/wip-65474
crimson/osd/osd_meta: load incremental osdmap from "inc_osdmap.XXX" Reviewed-by: Samuel Just <[email protected]> Reviewed-by: Matan Breizman <[email protected]>
2 parents f25efe2 + 69271ae commit 185dd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/osd/osd_meta.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ seastar::future<bufferlist> OSDMeta::load_map(epoch_t e)
5454
read_errorator::future<ceph::bufferlist> OSDMeta::load_inc_map(epoch_t e)
5555
{
5656
return store.read(coll,
57-
osdmap_oid(e), 0, 0,
57+
inc_osdmap_oid(e), 0, 0,
5858
CEPH_OSD_OP_FLAG_FADVISE_WILLNEED);
5959
}
6060

0 commit comments

Comments
 (0)