Skip to content

Commit 76b4028

Browse files
committed
qa/suites/nvmeof: Remove watchdog from thrasher
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 <[email protected]>
1 parent e8201d3 commit 76b4028

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

qa/suites/nvmeof/thrash/base/install.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ tasks:
44
extra_packages:
55
- nvme-cli
66
- cephadm:
7-
watchdog_setup:
87
- cephadm.shell:
98
host.a:
109
# get state before nvmeof deployment

qa/tasks/nvmeof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def switch_task(self):
404404
):
405405
other_thrasher = t
406406
self.log('switch_task: waiting for other thrasher')
407-
other_thrasher.switch_thrasher.wait(300)
407+
other_thrasher.switch_thrasher.wait(600)
408408
self.log('switch_task: done waiting for the other thrasher')
409409
other_thrasher.switch_thrasher.clear()
410410

qa/workunits/nvmeof/fio_test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@ if [ "$rbd_iostat" = true ]; then
8080
fi
8181
fio --showcmd $fio_file
8282
sudo fio $fio_file
83-
wait
8483

8584
echo "[nvmeof.fio] fio test successful!"

0 commit comments

Comments
 (0)