From 41a7c6dd50c716dfa46ffba5faf584e6a55a22cc Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 21 Apr 2025 11:20:46 -0400 Subject: [PATCH] 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 (cherry picked from commit f45cf2d53729b95ed1257241efaaa97d3d63abe1) --- qa/workunits/fs/misc/mkpool_layout_vxattrs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/qa/workunits/fs/misc/mkpool_layout_vxattrs.sh b/qa/workunits/fs/misc/mkpool_layout_vxattrs.sh index 6b2fecbc01e3..41dd239afb75 100755 --- a/qa/workunits/fs/misc/mkpool_layout_vxattrs.sh +++ b/qa/workunits/fs/misc/mkpool_layout_vxattrs.sh @@ -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 -- 2.47.3