]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Call clear_repop_obc for EC as well as Replica.
authorAlex Ainscow <aainscow@uk.ibm.com>
Fri, 3 Oct 2025 13:51:23 +0000 (14:51 +0100)
committerAlex Ainscow <aainscow@uk.ibm.com>
Wed, 26 Nov 2025 11:28:25 +0000 (11:28 +0000)
commit3202d9cb46f7ede3cd8a8a82f0f84758b9f36660
tree47916333141cb80052b60afc0a90484f58ab1241
parent127457a85a6dfc6d40e320f3588c7b2e2800d17d
osd: Call clear_repop_obc for EC as well as Replica.

This function is necessary for balanced reads and as such is required for EC too.

Rename the function to make sense, given this change of purpose, but the
functionality does not change.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/crimson/osd/pg.cc
src/crimson/osd/pg.h
src/osd/PrimaryLogPG.cc
src/osd/PrimaryLogPG.h