1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons/lvmdbusd
Tony Asleson f43b7bb461 lvmdbusd: Handle duplicate VG names
Lvm can at times have duplicate names.  When this happens the daemon will
internally use vg_name:vg_uuid as the name for lookups, but display just
the vg_name externally.  If an API user uses the Manager.LookUpByLvmId and
queries the vg name they will only get returned one result as the API
can only accommodate returning 1.  The one returned is the first instance
found when sorting the volume groups by UUID.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1583510
2019-01-16 16:29:05 -06: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: Ensure all paths return value 2019-01-16 16:29:05 -06:00
background.py lvmdbusd: Give threads names 2017-09-27 07:45:00 -05:00
cfg.py lvmdbusd: Exit daemon when unable to retrieve state 2018-12-20 10:27:30 -06:00
cmdhandler.py lvmdbusd: Handle exported VG(s) 2018-12-20 10:27:30 -06:00
fetch.py lvmdbusd: Exit daemon when unable to retrieve state 2018-12-20 10:27:30 -06: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: Update table lookup for state lv_attr 2018-12-14 08:28:03 -06:00
lvm_shell_proxy.py.in lvmdbusd: Handle exported VG(s) 2018-12-20 10:27:30 -06:00
lvmdb.py.in lvmdbusd: Handle duplicate VG names 2019-01-16 16:29:05 -06:00
lvmdbusd.in lvmdbusd: All tools use detected python3 2017-12-12 13:17:07 +01:00
main.py lvmdbusd: thread stacks dump support 2017-09-27 07:45:00 -05:00
Makefile.in makefiles: sort 2018-12-17 10:36:52 +01:00
manager.py lvmdbusd: LookUpByLvmId: Add doc for cb, cbe 2019-01-16 16:29:05 -06: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: 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: Handle duplicate VG names 2019-01-16 16:29:05 -06:00