From d915e47a3fa0b0cd41153e92e7432cfe779f8441 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Mon, 24 Jun 2024 11:54:52 +1000 Subject: [PATCH] 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 (cherry picked from commit 4c5d0e30d2c077729385aab8bf446b04b62b12e5) --- qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5