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>
extra_packages:
- nvme-cli
- cephadm:
- watchdog_setup:
- cephadm.shell:
host.a:
# get state before nvmeof deployment
):
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()
fi
fio --showcmd $fio_file
sudo fio $fio_file
-wait
echo "[nvmeof.fio] fio test successful!"