Skip to content

Commit

Permalink
Revert "orchestra/daemon/cephadmunit.py: fix method kill_cmd()"
Browse files Browse the repository at this point in the history
This reverts commit 2c6d64a.

Related tracker: https://tracker.ceph.com/issues/66883
  • Loading branch information
Laura Flores committed Aug 14, 2024
1 parent 43b8805 commit a8b63e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teuthology/orchestra/daemon/cephadmunit.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def _set_commands(self):

def kill_cmd(self, sig):
return ' '.join([
'sudo', 'systemctl', 'kill',
'sudo', 'docker', 'kill',
'-s', str(int(sig)),
'ceph-%s@%s.%s' % (self.fsid, self.type_, self.id_),
'ceph-%s-%s.%s' % (self.fsid, self.type_, self.id_),
])

def _start_logger(self):
Expand Down

0 comments on commit a8b63e7

Please sign in to comment.