mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
405a3689bc
When a user does a Manager.PvCreate they can specify the block device using a device path that may be different than what lvm reports is the device path. For example a user could use: /dev/disk/by-id/wwn-0x5002538500000000 instead of /dev/sdc In this case the pvcreate will succeed, but when we query lvm we don't find the newly created PV. We fail because it's device path is returned as /dev/sdc. This change re-uses an internal lookup which can accommodate this and correctly find the newly created PV. Corrects https://bugzilla.redhat.com/show_bug.cgi?id=1445654 |
||
---|---|---|
.. | ||
__init__.py | ||
.gitignore | ||
automatedproperties.py | ||
background.py | ||
cfg.py | ||
cmdhandler.py | ||
fetch.py | ||
job.py | ||
loader.py | ||
lv.py | ||
lvm_shell_proxy.py | ||
lvmdb.py | ||
lvmdbusd | ||
main.py | ||
Makefile.in | ||
manager.py | ||
objectmanager.py | ||
path.py.in | ||
pv.py | ||
request.py | ||
state.py | ||
udevwatch.py | ||
utils.py | ||
vg.py |