Skip to content

Commit d4aec58

Browse files
committed
qa/tasks/nvmeof.py: Ignore systemctl_stop thrashing method
Do not use systemctl_stop method to thrash daemons, just use 'ceph orch daemon stop' and 'ceph orch daemon rm' methods to thrash nvmeof gateways. Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
1 parent 7dfd3d3 commit d4aec58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

qa/tasks/nvmeof.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@ def switch_task(self):
394394

395395
def kill_daemon(self, daemon):
396396
kill_methods = [
397-
"ceph_daemon_stop", "systemctl_stop",
397+
"ceph_daemon_stop",
398+
# "systemctl_stop",
398399
"daemon_remove",
399400
]
400401
chosen_method = self.rng.choice(kill_methods)

0 commit comments

Comments
 (0)