]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osdmon: Remove any pg_upmap_primary mapping during remove a pool 59270/head
authorMohit Agrawal <moagrawa@redhat.com>
Tue, 9 Jul 2024 04:35:38 +0000 (10:05 +0530)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Fri, 25 Oct 2024 15:44:20 +0000 (22:44 +0700)
commit6ca2e1a6456377ebf0c4a026624a3f4d7a803468
treedf452e3c0a200cc8c218a93121c858060c742e64
parent798fde7913d26447edbe9f9d995af283d2465a09
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>
(cherry picked from commit ccb292c818b8e9fe8de04a745b75d97430764e1b)
src/mon/OSDMonitor.cc