]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/os/seastore: increase OI_MAX_LENGTH to avoid storing OI data in the omap...
authormyoungwon oh <ohmyoungwon@gmail.com>
Fri, 23 May 2025 13:52:14 +0000 (13:52 +0000)
committermyoungwon oh <ohmyoungwon@gmail.com>
Fri, 23 May 2025 14:10:18 +0000 (14:10 +0000)
commit135c0356021e4c35e334f1bae8fc3193b608cd7e
treeaa623f7da86bfdfaac64813c7a311e05e81ffc0d
parentd2175d2fab75ea50d5615706d7867372e19819bd
crimson/os/seastore: increase OI_MAX_LENGTH to avoid storing OI data in the omap tree

Due to a recent change (adding shard_versions in object_info_t),
the size of OI has increased to 236. This causes to store OI data to the omap tree
because the size is over than OI_MAX_LENGTH. As a result, this results in
performance drop in small random write.

Signed-off-by: Myoungwon Oh <ohmyoungwon@gmail.com>
src/crimson/os/seastore/onode.h