Skip to content

Commit abdae14

Browse files
committed
crimson/os/seastore: get_attrs should return all attrs
Signed-off-by: Xuehan Xu <[email protected]>
1 parent c841876 commit abdae14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/crimson/os/seastore/seastore.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,9 @@ SeaStore::Shard::get_attrs(
937937
[=, this](auto &t, auto& onode) {
938938
auto& layout = onode.get_layout();
939939
return omap_list(onode, layout.xattr_root, t, std::nullopt,
940-
OMapManager::omap_list_config_t().with_inclusive(false, false)
940+
OMapManager::omap_list_config_t()
941+
.with_inclusive(false, false)
942+
.without_max()
941943
).si_then([&layout, &t, FNAME](auto p) {
942944
auto& attrs = std::get<1>(p);
943945
ceph::bufferlist bl;

0 commit comments

Comments
 (0)