From b806d5b8e2011defced0f22f4b640f6e8d96dddf Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Wed, 26 Mar 2025 20:40:05 +0530 Subject: [PATCH] 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 --- qa/tasks/nvmeof.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/nvmeof.py b/qa/tasks/nvmeof.py index b4afd604cb9..c9e972c7a21 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' -- 2.47.3