1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/lvmdbusd
Tony Asleson 32c87d56b1 lvmdbusd: thread stacks dump support
If you send a SIGUSR1 (10) to the daemon it will dump all the
threads current stacks to stdout.  This will be useful when the
daemon is apparently hung and not processing requests.

eg.
$ sudo kill -10 <daemon pid>
2017-09-27 07:45:00 -05:00
..
__init__.py lbmdbusd: Support in-tree testing. 2016-02-18 13:26:08 +00:00
.gitignore lvmdbusd: add path.py to .gitignore 2016-12-10 17:59:07 +00:00
automatedproperties.py lvmdbusd: Fix missed rename 2017-05-18 12:52:46 +02:00
background.py lvmdbusd: Give threads names 2017-09-27 07:45:00 -05:00
cfg.py lvmdbusd: Rename ee to got_external_event 2017-03-20 10:08:39 -05:00
cmdhandler.py lvmdbusd: Add background command to flight recorder 2017-06-02 12:32:51 -05:00
fetch.py lvmdbusd: Give threads names 2017-09-27 07:45:00 -05:00
job.py lvmdbusd: Main thread exception logging 2017-09-27 07:45:00 -05:00
loader.py lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
lv.py lvmdbusd: lv.py, remove duplicate code 2017-02-01 15:38:55 -06:00
lvm_shell_proxy.py lvmdbusd: Disable notify_dbus for service command use 2017-03-09 16:39:47 -06:00
lvmdb.py lvmdbusd: lvmdb.py, remove duplicate code 2017-02-01 18:56:39 -06:00
lvmdbusd lvmdbusd: Correct imports 2016-08-29 15:26:56 -05:00
main.py lvmdbusd: thread stacks dump support 2017-09-27 07:45:00 -05:00
Makefile.in makefiles: drop file source and indent 2016-11-26 00:22:38 +01:00
manager.py dbus: log_debug needs qualifier 2017-04-27 18:16:17 +02:00
objectmanager.py lvmdbusd: Correct PV lookups 2017-05-05 10:30:06 -05:00
path.py.in lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
pv.py lvmdbusd: Ensure vg_uuid is present 2017-09-21 14:35:36 -05:00
request.py lvmdbusd: Main thread exception logging 2017-09-27 07:45:00 -05:00
state.py lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
udevwatch.py lvmdbusd: Limit state refreshes for udev events 2017-03-20 10:08:39 -05:00
utils.py lvmdbusd: thread stacks dump support 2017-09-27 07:45:00 -05:00
vg.py lvmdbusd: vg.py, remove duplicate code 2017-02-01 16:37:03 -06:00