]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/nvmeof: Remove watchdog from thrasher
authorVallari Agrawal <vallari.agrawal@ibm.com>
Thu, 30 Jan 2025 12:13:48 +0000 (17:43 +0530)
committerVallari Agrawal <vallari.agrawal@ibm.com>
Mon, 3 Feb 2025 12:08:38 +0000 (17:38 +0530)
This commit does the following:
1. remove watchdog from thrasher
1. remove wait from fio_test
3. change thrasher switcher wait-time to 10 mins

Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
qa/suites/nvmeof/thrash/base/install.yaml
qa/tasks/nvmeof.py
qa/workunits/nvmeof/fio_test.sh

index 4b5cea952db1edddc56512bac428e44c7bb5df4e..88974f0e638041f2d56b4568abeebc7761a2741c 100644 (file)
@@ -4,7 +4,6 @@ tasks:
     extra_packages:
         - nvme-cli
 - cephadm:
-    watchdog_setup:
 - cephadm.shell:
     host.a:
     # get state before nvmeof deployment
index 1edafb1f41451ab1731cd91cd88b0d94341bea5c..b4afd604cb9167270d67b49e047033514991be82 100644 (file)
@@ -404,7 +404,7 @@ class NvmeofThrasher(Thrasher, Greenlet):
             ):
                 other_thrasher = t
                 self.log('switch_task: waiting for other thrasher')
-                other_thrasher.switch_thrasher.wait(300)
+                other_thrasher.switch_thrasher.wait(600)
                 self.log('switch_task: done waiting for the other thrasher')
                 other_thrasher.switch_thrasher.clear()
 
index 03dc369e589d91062cda699114ee6342d91ef6f8..7334dad3d53abb900b2fed8cd6ebdc8b8e257135 100755 (executable)
@@ -80,6 +80,5 @@ if [ "$rbd_iostat" = true  ]; then
 fi
 fio --showcmd $fio_file
 sudo fio $fio_file 
-wait
 
 echo "[nvmeof.fio] fio test successful!"