mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
f43b7bb461
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 |
||
---|---|---|
.. | ||
__init__.py | ||
.gitignore | ||
automatedproperties.py | ||
background.py | ||
cfg.py | ||
cmdhandler.py | ||
fetch.py | ||
job.py | ||
loader.py | ||
lv.py | ||
lvm_shell_proxy.py.in | ||
lvmdb.py.in | ||
lvmdbusd.in | ||
main.py | ||
Makefile.in | ||
manager.py | ||
objectmanager.py | ||
path.py.in | ||
pv.py | ||
request.py | ||
state.py | ||
udevwatch.py | ||
utils.py | ||
vg.py |