]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: clear out unneeded pending pg-upmap-primary mappings 53988/head
authorLaura Flores <lflores@ibm.com>
Fri, 26 Jan 2024 17:32:43 +0000 (17:32 +0000)
committerLaura Flores <lflores@ibm.com>
Sun, 28 Jan 2024 19:15:49 +0000 (13:15 -0600)
commitcb10c0d82127eb46529283b71f5e04b2f72e2cda
tree64d8533706bfa462eb6aa8a0fa1590a66433e5d9
parent33b5f3ddbb46c823d481e65a9761278da18292e1
osd: clear out unneeded pending pg-upmap-primary mappings

If the score did not improve, we should clear out any
pending pg-upmap-primary mappings so they don't execute
in situations where the same incremental is used to balance
multiple pools (i.e. in the balancer mgr module).

Signed-off-by: Laura Flores <lflores@ibm.com>
src/osd/OSDMap.cc