1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/lvmdbusd
Tony Asleson ee0c9e7b23 lvmdbusd: Take out background thread
There is no reason to create another background task when the task that
created it is going to block waiting for it to finish.  Instead we will
just execute the logic in the worker thread that is servicing the worker
queue.
2016-11-03 18:29:06 -05:00
..
__init__.py lbmdbusd: Support in-tree testing. 2016-02-18 13:26:08 +00:00
automatedproperties.py lvmdbusd: Correct imports 2016-09-19 15:32:47 -05:00
background.py lvmdbusd: Take out background thread 2016-11-03 18:29:06 -05:00
cfg.py lvmdbusd: Correct imports 2016-08-29 15:26:56 -05:00
cmdhandler.py lvmdbusd: Remove log ouput when ec=0 & stderr != 0 bytes 2016-10-11 13:16:57 -05:00
fetch.py lvmdbusd: Execute load in main thread 2016-11-02 16:38:49 -05:00
job.py lvmdbusd: Take out background thread 2016-11-03 18:29:06 -05:00
loader.py lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
lv.py lvmdbusd: Don't use dbus lib in worker thread 2016-11-02 16:39:03 -05:00
lvm_shell_proxy.py lvmdbusd: Disable lvm abort on too much log output 2016-10-11 13:16:57 -05:00
lvmdb.py lvmdbusd: Use 'pv_missing' column instead of '[unknown]' 2016-09-28 12:07:48 -05:00
lvmdbusd lvmdbusd: Correct imports 2016-08-29 15:26:56 -05:00
main.py lvmdbusd: main.py: change debug msg text 2016-11-02 16:39:13 -05:00
Makefile.in make: add generated parts of lvmdbusd to DISTCLEAN_TARGETS for make distclean 2016-06-02 11:58:54 +02:00
manager.py lvmdbusd: Don't use dbus lib in worker thread 2016-11-02 16:39:03 -05:00
objectmanager.py lvmdbusd: Use 'pv_missing' column instead of '[unknown]' 2016-09-28 12:07:48 -05:00
path.py.in lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
pv.py lvmdbusd: Don't use dbus lib in worker thread 2016-11-02 16:39:03 -05:00
refresh.py lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
request.py lvmdbusd: Return results in main thread 2016-11-02 16:38:00 -05:00
state.py lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
udevwatch.py lvmdbusd: Use udev until ExternalEvent occurs 2016-08-29 15:26:55 -05:00
utils.py lvmdbusd: Return results in main thread 2016-11-02 16:38:00 -05:00
vg.py lvmdbusd: Don't use dbus lib in worker thread 2016-11-02 16:39:03 -05:00