1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/daemons
Tony Asleson 405a3689bc lvmdbusd: Correct PV lookups
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
2017-05-05 10:30:06 -05:00
..
clvmd mem: add extra mem pages for pthread stack 2017-02-11 18:23:15 +01:00
cmirrord Typo: change loose to lose 2017-04-12 10:28:19 -05:00
dmeventd dmeventd: adjust mirror/raid DSOs to new repair design 2017-03-16 21:05:05 +01:00
dmfilemapd dmfilemapd: clear filemap_monitor before calling _parse_args() 2017-05-05 11:53:44 +01:00
lvmdbusd lvmdbusd: Correct PV lookups 2017-05-05 10:30:06 -05:00
lvmetad lvmetad: fix bug in snprintf of disable reason 2017-03-16 12:15:40 -05:00
lvmlockd config: use config_tree_from_string_without_dup_node_check throughout code to construct metadata trees 2016-09-21 18:18:15 +02:00
lvmpolld cleanup: drop double const specifier 2017-02-11 20:30:16 +01:00
Makefile.in daemons: add dmfilemapd 2017-03-09 18:50:15 +00:00