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: v18.2.8~10^2~211^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e61591b706fb47e2c871440712abb59fa10b7a91;p=ceph.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 (cherry picked from commit 9d1ac190ffbeacfc6a243b4289ca2d70683c461c) --- diff --git a/src/rgw/rgw_orphan.cc b/src/rgw/rgw_orphan.cc index a8b4f5296dd7..c0c4e75aa934 100644 --- a/src/rgw/rgw_orphan.cc +++ b/src/rgw/rgw_orphan.cc @@ -988,7 +988,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 ***