1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/daemons
Peter Rajnoha bda3982016 Use UUIDs instead of names while processing event handlers.
Internally, we used DM names instead of UUIDs while processing event
handlers. This caused problems while trying to vgrename a VG with active LVs
where the names are being changed and so the devices were not found then.
The patch also contains a little bit of refactoring, moving "build_dlid" code
found in dev_manager.c to "build_dm_uuid", now in lvm-string.c (so we have
build_dm_uuid and build_dm_name at one place).
2010-04-14 13:01:38 +00:00
..
clvmd Add error diagnostic for setenv failure. 2010-04-13 20:54:57 +00:00
cmirrord INSTALL rules updates 2010-04-09 21:42:48 +00:00
dmeventd Use UUIDs instead of names while processing event handlers. 2010-04-14 13:01:38 +00:00
Makefile.in Use vpath instead of VPATH. 2010-04-09 21:34:25 +00:00