]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Update remove after squid to remove after umbrella comment
authorAlex Ainscow <aainscow@uk.ibm.com>
Tue, 9 Dec 2025 13:18:28 +0000 (13:18 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Wed, 25 Mar 2026 16:53:04 +0000 (16:53 +0000)
Following consulting with author, we don't yet want to remove.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/osd/OSD.cc

index a93cf599d059471886c324bbde4c2628771c7658..34c47e148f024b774fbaed3041f87ce230d4b533 100644 (file)
@@ -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;
     }