]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados: Cancel injectfull to allow cleanup 59157/head
authorBrad Hubbard <bhubbard@redhat.com>
Mon, 24 Jun 2024 01:54:52 +0000 (11:54 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Mon, 12 Aug 2024 03:38:40 +0000 (13:38 +1000)
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 <bhubbard@redhat.com>
(cherry picked from commit 4c5d0e30d2c077729385aab8bf446b04b62b12e5)

qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml

index 341a559f3fa756ee9a4115944767299102d67a19..2bf32a1fd97823f55cfcfacccdce1265f7980c97 100644 (file)
@@ -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