]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados: Cancel injectfull to allow cleanup 58215/head
authorBrad Hubbard <bhubbard@redhat.com>
Mon, 24 Jun 2024 01:54:52 +0000 (11:54 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Wed, 26 Jun 2024 00:03:43 +0000 (10:03 +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>
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