Skip to content

Commit b806d5b

Browse files
committed
qa/tasks/nvmeof.py: force restart nvmeof daemons
We need to add "--force" to "ceph orch daemon restart" command after merge of PR ceph#61925 Signed-off-by: Vallari Agrawal <[email protected]>
1 parent fdc7d53 commit b806d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/tasks/nvmeof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def revive_daemon(self, daemon, killed_method):
436436
if killed_method == "ceph_daemon_stop":
437437
daemon.remote.run(args=[
438438
"ceph", "orch", "daemon", "restart",
439-
name
439+
name, "--force"
440440
])
441441
# note: temporarily use 'daemon start' to restart
442442
# daemons instead of 'systemctl start'

0 commit comments

Comments
 (0)