Skip to content

Commit f45cf2d

Browse files
committed
qa/workunits/fs/misc: remove data pool cleanup
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 <[email protected]>
1 parent 2e8b220 commit f45cf2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

qa/workunits/fs/misc/mkpool_layout_vxattrs.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ setfattr -n ceph.file.layout.pool -v foo.$$ foo.$$
99

1010
# cleanup
1111
rm foo.$$
12-
ceph fs rm_data_pool cephfs foo.$$
13-
ceph osd pool rm foo.$$ foo.$$ --yes-i-really-really-mean-it
1412

1513
echo OK

0 commit comments

Comments
 (0)