From: Vallari Agrawal Date: Wed, 26 Mar 2025 15:10:05 +0000 (+0530) Subject: qa/tasks/nvmeof.py: force restart nvmeof daemons X-Git-Tag: v20.3.0~31^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b806d5b8e2011defced0f22f4b640f6e8d96dddf;p=ceph.git qa/tasks/nvmeof.py: force restart nvmeof daemons We need to add "--force" to "ceph orch daemon restart" command after merge of PR https://github.com/ceph/ceph/pull/61925 Signed-off-by: Vallari Agrawal --- diff --git a/qa/tasks/nvmeof.py b/qa/tasks/nvmeof.py index b4afd604cb91..c9e972c7a217 100644 --- a/qa/tasks/nvmeof.py +++ b/qa/tasks/nvmeof.py @@ -436,7 +436,7 @@ class NvmeofThrasher(Thrasher, Greenlet): if killed_method == "ceph_daemon_stop": daemon.remote.run(args=[ "ceph", "orch", "daemon", "restart", - name + name, "--force" ]) # note: temporarily use 'daemon start' to restart # daemons instead of 'systemctl start'