]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osdmon: Remove any pg_upmap_primary mapping during remove a pool
authorMohit Agrawal <moagrawa@redhat.com>
Tue, 9 Jul 2024 04:35:38 +0000 (10:05 +0530)
committerLaura Flores <lflores@ibm.com>
Tue, 30 Jul 2024 02:59:33 +0000 (02:59 +0000)
commitccb292c818b8e9fe8de04a745b75d97430764e1b
tree3bc787dc2bd42c51d6d46ff23268494a1c51df88
parent0ab5214c94d24ba4c0231add2931c74300263af3
osdmon: Remove any pg_upmap_primary mapping during remove a pool

The pg_upmap_primary items are not deleted after the pool is deleted
from the cluster.

Fixes: https://tracker.ceph.com/issues/66867
Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
src/mon/OSDMonitor.cc