Skip to content

Commit bde3794

Browse files
authored
Merge pull request ceph#63459 from myoungwon/wip-fix-oi-max-length
crimson/os/seastore: increase OI_MAX_LENGTH to avoid storing OI data in the omap tree Reviewed-by: Yingxin Cheng <[email protected]>
2 parents a3ed42c + 135c035 commit bde3794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/os/seastore/onode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace crimson::os::seastore {
1616

1717
struct onode_layout_t {
1818
// The expected decode size of object_info_t without oid.
19-
static constexpr int MAX_OI_LENGTH = 232;
19+
static constexpr int MAX_OI_LENGTH = 236;
2020
// We might want to move the ss field out of onode_layout_t.
2121
// The reason is that ss_attr may grow to relative large, as
2222
// its clone_overlap may grow to a large size, if applications

0 commit comments

Comments
 (0)