]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: fix logic in check_pg_upmaps 54276/head
authorLaura Flores <lflores@ibm.com>
Thu, 28 Sep 2023 17:52:11 +0000 (17:52 +0000)
committerLaura Flores <lflores@ibm.com>
Tue, 31 Oct 2023 15:40:54 +0000 (15:40 +0000)
commit8bbc7cba5f9c29183d2db59cc4ae015025d03111
treef84c35e069e0a6cf1a707428112b98d64e8a428a
parent9bdcbad4bf008f37642742c473c87114b18354c2
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>
(cherry picked from commit ae11bbe6b2805740d3621cc47c68a5f0da493df0)
src/osd/OSDMap.cc