From: Brad Hubbard Date: Mon, 24 Jun 2024 01:54:52 +0000 (+1000) Subject: qa/suites/rados: Cancel injectfull to allow cleanup X-Git-Tag: v20.0.0~1450^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4c5d0e30d2c077729385aab8bf446b04b62b12e5;p=ceph.git qa/suites/rados: Cancel injectfull to allow cleanup IO is frozen when the injectfull command is sent as part of the test which causes the cleanup to hang so we need to clear it. Fixes: https://tracker.ceph.com/issues/59380 Signed-off-by: Brad Hubbard --- diff --git a/qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml b/qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml index 341a559f3fa75..2bf32a1fd9782 100644 --- a/qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml @@ -26,3 +26,4 @@ tasks: - exec: client.0: - ceph_test_admin_socket_output --all + - sudo ceph tell osd.* injectfull none # Fixes https://tracker.ceph.com/issues/59380