]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
orchestra/daemon/cephadmunit: ignore exception when sending signal 1616/head
authorSage Weil <sage@newdream.net>
Wed, 17 Feb 2021 03:27:32 +0000 (21:27 -0600)
committerSage Weil <sage@newdream.net>
Wed, 17 Feb 2021 03:27:32 +0000 (21:27 -0600)
commit048e7be662502fa0db2b2d2fbae51a130fc0b9fa
treedb9987390ff4dbe49497c0486f9443fb410d41cf
parent071a4df2ce463088af781721173908ae84c1e2bd
orchestra/daemon/cephadmunit: ignore exception when sending signal

The osd thrashing is sending lots of signals (sighup) and can easily race with
a daemon shutting down entirely.

This makes us match the behavior of the original state.py signal() method.

Signed-off-by: Sage Weil <sage@newdream.net>
teuthology/orchestra/daemon/cephadmunit.py