]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/nvmeof.py: force restart nvmeof daemons
authorVallari Agrawal <vallari.agrawal@ibm.com>
Wed, 26 Mar 2025 15:10:05 +0000 (20:40 +0530)
committerVallari Agrawal <vallari.agrawal@ibm.com>
Mon, 21 Apr 2025 10:45:35 +0000 (16:15 +0530)
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 <vallari.agrawal@ibm.com>
qa/tasks/nvmeof.py

index b4afd604cb9167270d67b49e047033514991be82..c9e972c7a21793382ffc4e7842b93cec074eef80 100644 (file)
@@ -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'