]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/fs/misc: remove data pool cleanup 62901/head
authorPatrick Donnelly <pdonnell@ibm.com>
Mon, 21 Apr 2025 15:20:46 +0000 (11:20 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 21 Apr 2025 15:20:46 +0000 (11:20 -0400)
This cleanup is at the very least incorrect as it can cause the MDS to throw
read-only errors because the data pool is removed before it can write out
backtraces.

We've not yet finalized a truly safe workflow to remove a data pool -- even
flushing the MDS journals first may not be enough (considering a large purge
queue).

Fixes: https://tracker.ceph.com/issues/70919
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
qa/workunits/fs/misc/mkpool_layout_vxattrs.sh

index 6b2fecbc01e358334e78d970fc33a26ebb67a808..41dd239afb7555f5434673be849e48975a2bc6ac 100755 (executable)
@@ -9,7 +9,5 @@ setfattr -n ceph.file.layout.pool -v foo.$$ foo.$$
 
 # cleanup
 rm foo.$$
-ceph fs rm_data_pool cephfs foo.$$
-ceph osd pool rm foo.$$ foo.$$ --yes-i-really-really-mean-it
 
 echo OK