1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/lib/activate
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
..
activate.c Add ability to create mirrored logs for mirror LVs. 2010-03-26 22:15:43 +00:00
activate.h Remove lvs_in_vg_activated_by_uuid_only call. 2010-02-24 20:01:40 +00:00
dev_manager.c Use UUIDs instead of names while processing event handlers. 2010-04-14 13:01:38 +00:00
dev_manager.h Always query device by uuid only. 2010-02-24 20:00:56 +00:00
fs.c Add support to disable udev checking: LVM_UDEV_DISABLE_CHECKING=1 env. var. 2010-01-11 15:40:03 +00:00
fs.h Add activation/udev_rules config option in lvm.conf. 2010-01-07 19:54:21 +00:00
targets.h Use UUIDs instead of names while processing event handlers. 2010-04-14 13:01:38 +00:00