Project

General

Profile

Bug #7927

Removed pools still show up in "ceph pg dump" output

Added by David Zafman almost 10 years ago. Updated almost 10 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Creating new pools 3 and 4 then removing them leaves them behind in ceph pg dump output. Minutes later it is still showing those removed pools.

./ceph osd pool create t1 8 8 replicated
./ceph osd pool create t2 8 8 replicated
sleep 15
./ceph osd pool delete t2 t2 --yes-i-really-really-mean-it
./ceph osd pool delete t1 t1 --yes-i-really-really-mean-it
$ ./ceph pg dump | grep ^pool
dumped all in format plain
pool 0 0 0 0 0 0 0 0
pool 1 52 0 0 0 3988 40 40
pool 2 0 0 0 0 0 0 0
pool 3 0 0 0 0 0 0 0 <<<<<<<<<
pool 4 0 0 0 0 0 0 0 <<<<<<<<<

History

#1 Updated by Greg Farnum almost 10 years ago

  • Status changed from New to Duplicate

Duplicate #7912

This should be fixed as of commit 70d2e1353ecb9d31a394fdac333dbb0de93339d3.

Also available in: Atom PDF