From: J. Eric Ivancich Date: Tue, 18 Mar 2025 18:31:05 +0000 (-0400) Subject: rgw: fix regression in radoslist with SLO manifests X-Git-Tag: testing/wip-pdonnell-testing-20250324.181635-debug~20^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9d1ac190ffbeacfc6a243b4289ca2d70683c461c;p=ceph-ci.git rgw: fix regression in radoslist with SLO manifests A regression was inadvertently introduced in commit bcd7883d7212c96ebfb89c938c79fc7efbb80d2f that then prevented `radosgw-admin bucket radoslist ...` from working properly with buckets using SLO manifests. This corrects that regression. Signed-off-by: J. Eric Ivancich --- diff --git a/src/rgw/radosgw-admin/orphan.cc b/src/rgw/radosgw-admin/orphan.cc index 6f2f5371bdf..7808bf8ea61 100644 --- a/src/rgw/radosgw-admin/orphan.cc +++ b/src/rgw/radosgw-admin/orphan.cc @@ -992,7 +992,7 @@ int RGWRadosList::handle_stat_result(const DoutPrefixProvider *dpp, ldpp_dout(dpp, 25) << "radoslist DLO oid=\"" << oid << "\" added bucket=\"" << bucket_name << "\" prefix=\"" << prefix << "\" to process list" << dendl; - } else if ((attr_it = result.attrs.find(RGW_ATTR_USER_MANIFEST)) != + } else if ((attr_it = result.attrs.find(RGW_ATTR_SLO_MANIFEST)) != result.attrs.end()) { // *** handle SLO object ***