From: Patrick Donnelly Date: Mon, 21 Apr 2025 15:20:46 +0000 (-0400) Subject: qa/workunits/fs/misc: remove data pool cleanup X-Git-Tag: v20.3.0~1^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f45cf2d53729b95ed1257241efaaa97d3d63abe1;p=ceph.git 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 --- diff --git a/qa/workunits/fs/misc/mkpool_layout_vxattrs.sh b/qa/workunits/fs/misc/mkpool_layout_vxattrs.sh index 6b2fecbc01e35..41dd239afb755 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