in the new gc queue code for omap offload, when gc objects from queue
are deleted. This was missed out initially.
Fixes: https://tracker.ceph.com/issues/47908
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked from commit
bde4c5bf9123bfa03189accd064b813a0d3179b9)
index << " ret=" << ret << dendl;
return ret;
}
+ if (perfcounter) {
+ /* log the count of tags retired for rate estimation */
+ perfcounter->inc(l_rgw_gc_retire, num_entries);
+ }
return 0;
}
}; // class RGWGCIOManger