Skip to content

Commit df8666a

Browse files
committed
crimson/osd/shard_services: record inc maps
Signed-off-by: Matan Breizman <[email protected]>
1 parent 7480bae commit df8666a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crimson/osd/shard_services.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ seastar::future<> OSDSingletonState::store_maps(ceph::os::Transaction& t,
493493
auto i = bl.cbegin();
494494
inc.decode(i);
495495
o->apply_incremental(inc);
496+
store_inc_map_bl(t, e, std::move(bl));
496497
bufferlist fbl;
497498
o->encode(fbl, inc.encode_features | CEPH_FEATURE_RESERVED);
498499
logger().info("store_maps storing osdmap.{}", o->get_epoch());

0 commit comments

Comments
 (0)