1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/daemons/lvmdbusd
Tony Asleson f773040625 lvmdbusd: Wrap json.load in try/except
In testing where we inject large amounts of additional output in stderr
we can occassionally get truncated stdout from lvm.  Catching and dumping
the json for debug before we re-raise the exception.  As this doesn't
happen without the error injecting wrapper around lvm, the error seems to
be with the wrapper.

Signed-off-by: Tony Asleson <tasleson@redhat.com>
2021-06-17 09:14:29 -05:00
..
__init__.py lbmdbusd: Support in-tree testing. 2016-02-18 13:26:08 +00:00
.gitignore lvmdbusd: All tools use detected python3 2017-12-12 13:17:07 +01:00
automatedproperties.py lvmdbusd: Don't setup search key unless needed 2021-06-16 12:19:02 -05:00
background.py lvmdbusd: Handle arbitrary amounts stdout & stderr 2021-06-17 09:14:29 -05:00
cfg.py lvmdbusd: VDO Pool LV representation 2019-10-30 10:38:40 -05:00
cmdhandler.py lvmdbusd: Wrap json.load in try/except 2021-06-17 09:14:29 -05:00
fetch.py lvmdbusd: Defer dbus object removal 2021-06-16 12:19:02 -05:00
job.py lvmdbusd: Main thread exception logging 2017-09-27 07:45:00 -05:00
loader.py lvmdbusd: Defer dbus object removal 2021-06-16 12:19:02 -05:00
lv.py lvmdbusd: Add support for LVM writecache 2020-08-06 13:54:34 -05:00
lvm_shell_proxy.py.in lvmdbusd: Handle arbitrary amounts stdout & stderr 2021-06-17 09:14:29 -05:00
lvmdb.py.in lvmdbusd: VDO Pool LV representation 2019-10-30 10:38:40 -05:00
lvmdbusd.in lvmdbusd: All tools use detected python3 2017-12-12 13:17:07 +01:00
main.py lvmdbusd: Debug msg. improvements. 2019-10-30 10:38:40 -05:00
Makefile.in makefiles: fix location of basedir 2021-03-08 15:22:27 +01:00
manager.py lvmdbusd: Bump LVM DBus API version 2020-08-06 13:54:45 -05:00
objectmanager.py lvmdbusd: Correct object manager lookups 2019-01-16 16:29:05 -06:00
path.py.in lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
pv.py lvmdbusd: Remove use of tmp variables 2019-10-30 10:38:40 -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: Handle arbitrary amounts stdout & stderr 2021-06-17 09:14:29 -05:00
vg.py lvmdbusd: Add function to convert LV into a VDO pool 2020-01-09 13:07:55 -06:00