From: Alex Ainscow Date: Tue, 9 Dec 2025 13:18:28 +0000 (+0000) Subject: osd: Update remove after squid to remove after umbrella comment X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a96af3795f6fde8af242fb7c6eb95a279577e60c;p=ceph.git osd: Update remove after squid to remove after umbrella comment Following consulting with author, we don't yet want to remove. Signed-off-by: Alex Ainscow --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index a93cf599d059..34c47e148f02 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -1766,7 +1766,8 @@ void OSDService::queue_for_snap_trim(PG *pg, uint64_t cost_per_object) return cost_per_object * cct->_conf->osd_pg_max_concurrent_snap_trims; } else { /* We retain this legacy behavior for WeightedPriorityQueue. - * This branch should be removed after Squid. + * This branch should be removed after Umbrella (after consulting + * dev team) */ return cct->_conf->osd_snap_trim_cost; }