]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephadm: add command to send signals to daemons
authorAdam King <adking@redhat.com>
Wed, 4 Jun 2025 20:12:32 +0000 (16:12 -0400)
committerAdam King <adking@redhat.com>
Wed, 17 Sep 2025 14:17:39 +0000 (10:17 -0400)
commitd3d3d79f4007d78ffc19d8ba57eb1605386b5233
treeb053e8c08e74ad1941e815cc70503a52b34663e6
parent10f802aa31bd1102fba6a5d663b9af2d68831b53
cephadm: add command to send signals to daemons

This command figures out the container id for the
daemon based on the given name and then uses
a docker/podman to send that signal to the container

Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm.py
src/cephadm/cephadmlib/signals.py [new file with mode: 0644]