Skip to content

Commit 69271ae

Browse files
committed
crimson/osd/osd_meta: load incremental osdmap from "inc_osdmap.XXX"
Fixes: https://tracker.ceph.com/issues/65474 Signed-off-by: Xuehan Xu <[email protected]>
1 parent c5f0c17 commit 69271ae

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)