]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
orchestra/daemon/cephadmunit.py: fix method kill_cmd() 1961/head
authorVallari Agrawal <val.agl002@gmail.com>
Fri, 28 Jun 2024 08:57:30 +0000 (14:27 +0530)
committerVallari Agrawal <val.agl002@gmail.com>
Fri, 28 Jun 2024 13:52:21 +0000 (19:22 +0530)
commit2c6d64a222b4d38d4782ed407e045a86df0a6524
treee2892309ef01a07e0f3fe54ebbac73fbf59e371d
parent34e490d7b03a9307726de884417c6b3628da7f5c
orchestra/daemon/cephadmunit.py: fix method kill_cmd()

This commit changes kill command from docker to systemctl.
This is because services are managed by systemd, not docker.
Also fixes a typo in service name.

Fixes: https://tracker.ceph.com/issues/66742
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
teuthology/orchestra/daemon/cephadmunit.py