]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/dedup: Prevent the dup-counter from wrapping around after it reaches 64K of ident... dedup_high_dup_count_wip_vx
authorGabriel BenHanokh <gbenhano@redhat.com>
Mon, 24 Nov 2025 08:02:22 +0000 (08:02 +0000)
committerbenhanokh <gbenhano@redhat.com>
Thu, 25 Dec 2025 15:42:48 +0000 (17:42 +0200)
commit8b1d5da2529d0120a4386ec15f27cc18fa24341f
treec07c59bc73d6223bc4dce419f87b4747c29550f3
parent2e87714b94a9e16c764ef6f97de50aecf1b0c41e
rgw/dedup: Prevent the dup-counter from wrapping around after it reaches 64K of identical copies.
Limit dedup from a single SRC to 128 Target copies to prevent OMAP size
from growing out of control
Tests cleanup

Resolves: rhbz#2415656
Resolves: rhbz#2416043

Signed-off-by: Gabriel BenHanokh <gbenhano@redhat.com>
src/rgw/driver/rados/rgw_dedup.cc
src/rgw/driver/rados/rgw_dedup_table.cc
src/rgw/driver/rados/rgw_dedup_table.h
src/rgw/driver/rados/rgw_dedup_utils.cc
src/rgw/driver/rados/rgw_dedup_utils.h
src/test/rgw/dedup/test_dedup.py
src/test/rgw/dedup/tox.ini