1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/lib/activate
Zdenek Kabelac 8b2108e6b1 activation: do not check for devs without LVM-
Devices without "LVM-" uuid prefix have been generated by very old
version of lvm2 2.00 and 2.01.
Since version 2.02 all lvm2 devices are using prefix "LVM-".

However checking for present of ancient non prefixed devices does
take extra IOCTL per every call and for majority of todays user
it will not find anything new.

So use the assumption that users with kernel 3.X and newer are not
really using such old versions of lvm2 (year <2005) and with their
new kernel they are also using new version of lvm2 and skip
checking for them.

This change also makes trace logs more readable.
2016-04-07 22:32:08 +02:00
..
activate.c cleanup: indent 2016-04-06 11:31:02 +02:00
activate.h activate: Use macros for target and module names. 2016-03-22 17:46:15 +00:00
dev_manager.c activation: do not check for devs without LVM- 2016-04-07 22:32:08 +02:00
dev_manager.h doc: change fsf address 2016-01-21 12:11:37 +01:00
fs.c doc: change fsf address 2016-01-21 12:11:37 +01:00
fs.h doc: change fsf address 2016-01-21 12:11:37 +01:00
targets.h doc: change fsf address 2016-01-21 12:11:37 +01:00