]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd: fix logic in check_pg_upmaps
authorLaura Flores <lflores@ibm.com>
Thu, 28 Sep 2023 17:52:11 +0000 (17:52 +0000)
committerLaura Flores <lflores@ibm.com>
Wed, 4 Oct 2023 14:36:23 +0000 (14:36 +0000)
commitae11bbe6b2805740d3621cc47c68a5f0da493df0
tree893752bcdb923032a8b20840d2db8976e1cead86
parent80bcefadf7b7e045547c3b039501f4b78125dd1a
osd: fix logic in check_pg_upmaps

The logic was changed in check_pg_upmaps
in a Reef refactor, which results in recommendations
made by the upmap balancer even when it says there are
no optimizations.

Fixes: https://tracker.ceph.com/issues/63029
Signed-off-by: Laura Flores <lflores@ibm.com>
src/osd/OSDMap.cc