1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons/lvmdbusd
Tony Asleson 8a1c73ddbe lvmdbusd: Always leverage udev
Previously we utilized udev until we got a dbus notification from lvm
command line tools.  This however misses the case where something outside
of lvm clears the signatures on a block device and we fail to refresh the
state of the daemon.  Change the behavior so we always monitor udev events,
but ignore those udev events that pertain to lvm members.

Note: --udev command line option no longer does anything and simply
outputs a message that it's no longer used.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1967171
2022-10-20 15:10:35 -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: WS, imports, grammar 2022-09-16 10:49:37 -05:00
background.py lvmdbusd: WS, imports, grammar 2022-09-16 10:49:37 -05:00
cfg.py lvmdbusd: Correct lvm shell signal & child process handling 2022-09-22 08:33:06 -05:00
cmdhandler.py lvmdbusd: Remove --reportformat 2022-09-16 10:49:37 -05:00
fetch.py lvmdbusd: Correct undefined var 2022-09-16 10:49:37 -05:00
job.py lvmdbusd: Job prop. Get/GetAll exec. immediately 2022-06-30 10:55:16 -05:00
loader.py lvmdbusd: Defer dbus object removal 2021-06-16 12:19:02 -05:00
lv.py lvmdbusd: Use common func. for checking missing LV keys 2022-09-16 10:49:37 -05:00
lvm_shell_proxy.py.in lvmdbusd: Correct lvm shell signal & child process handling 2022-09-22 08:33:06 -05:00
lvmdb.py.in lvmdbusd: Correct get_object_path_by_uuid_lvm_id 2022-09-20 16:36:53 -05:00
lvmdbusd.in lvmdbusd: All tools use detected python3 2017-12-12 13:17:07 +01:00
main.py lvmdbusd: Always leverage udev 2022-10-20 15:10:35 -05:00
Makefile.in makefiles: fix location of basedir 2021-03-08 15:22:27 +01:00
manager.py lvmdbusd: Always leverage udev 2022-10-20 15:10:35 -05:00
objectmanager.py lvmdbusd: Correct get_object_path_by_uuid_lvm_id 2022-09-20 16:36:53 -05:00
path.py.in lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
pv.py lvmdbusd: Use common func. for checking missing LV keys 2022-09-16 10:49:37 -05:00
request.py lvmdbusd: Use common function for traceback 2022-09-16 10:49:37 -05:00
state.py lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
udevwatch.py lvmdbusd: Always leverage udev 2022-10-20 15:10:35 -05:00
utils.py lvmdbusd: Correct lvm shell signal & child process handling 2022-09-22 08:33:06 -05:00
vg.py lvmdbusd: Use common func. for checking missing LV keys 2022-09-16 10:49:37 -05:00