These need to get instantiated so that we can complete the removal process.
Fixes: #10617
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit
879fd0c192f5d3c6afd36c2df359806ea95827b8)
continue;
}
- if (!osdmap->have_pg_pool(pgid.pool())) {
- dout(10) << __func__ << ": skipping PG " << pgid << " because we don't have pool "
- << pgid.pool() << dendl;
- continue;
- }
-
if (pgid.preferred() >= 0) {
dout(10) << __func__ << ": skipping localized PG " << pgid << dendl;
// FIXME: delete it too, eventually