1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/lib
Peter Rajnoha 30bd294fc6 Change message severity to log_very_verbose for missing dev info in udev db.
Libudev does not provide transactions when querying udev database - once we
get the list of block devices (devices/obtain_device_list_from_udev=1) and
we iterate over the list to get more detailed information about device node
and symlink names used etc., the device could be removed just in between we
get the list and put a query for more info. In this case, libudev returns
NULL value as the device does not exist anymore.

Recently, we've added a warning message to reveal such situations. However,
this could be misleading if the device is not related to the LVM action
we're just processing - the non-related block device could be removed in
parallel and this is not an error but a possible and normal operation.

(N.B. This "missing info" should not happen when devices are related to
the LVM action we're just processing since all such processing should be
synchronized with udev and the udev db must always be in consistent state
after the sync point. But we can't filter this situation out from others,
non-related devices, so we have to lower the message verbosity here for a
general solution.)
2012-04-11 09:12:02 +00:00
..
activate Update and fix monitoring of thin pool devices 2012-03-23 09:58:04 +00:00
cache Check if info struct returned is not NULL. 2012-04-10 12:26:27 +00:00
commands Fix typo in config option check 2012-03-23 09:42:36 +00:00
config Improve thin_check option passing 2012-03-14 17:12:05 +00:00
datastruct Switch to return void 2012-02-08 12:52:58 +00:00
device Change message severity to log_very_verbose for missing dev info in udev db. 2012-04-11 09:12:02 +00:00
display Never try to test character past given buffer 2012-02-13 14:23:40 +00:00
error Add lv_activate_opts structure 2011-06-17 14:14:19 +00:00
filters Support improperly formated device numbers 2012-03-20 10:47:02 +00:00
format1 Pass 'single_device' parameter down to suppress 'Can't find uuid' messages 2012-02-29 02:35:35 +00:00
format_pool Pass 'single_device' parameter down to suppress 'Can't find uuid' messages 2012-02-29 02:35:35 +00:00
format_text Check if info struct returned is not NULL. 2012-04-10 12:26:27 +00:00
freeseg Replace malloc with zalloc when creating segment_type's 2011-03-25 21:59:42 +00:00
label The lvmetad client-side integration. Only active when use_lvmetad = 1 is set in 2012-02-23 13:11:07 +00:00
locking Fix exclusive lvmchange -aey to fail if volume is active on different node. 2012-03-27 15:53:45 +00:00
log Minor fixes 2012-03-28 11:11:25 +00:00
metadata RAID LVs could not handle a down-convert if a device other than the last one 2012-04-11 01:23:29 +00:00
mirror Use same signed numbers 2012-02-23 22:30:20 +00:00
misc First veritysetup version using configure --with-veritysetup. 2012-03-24 01:59:59 +00:00
mm Log sys error for lseek 2012-03-01 21:19:20 +00:00
raid Revert free of allocated segtype 2012-02-28 14:23:41 +00:00
replicator Revert free of allocated segtype 2012-02-28 14:23:41 +00:00
report Use unsigned type for bitmask 2012-02-27 11:45:05 +00:00
snapshot Differentiate between snapshot status of "Invalid" and "Merge failed". 2012-01-20 22:02:04 +00:00
striped Add activation/use_linear_target enabled by default. (prajnoha) 2011-11-28 20:37:51 +00:00
thin Fix regression in thin monitoring 2012-03-20 17:42:19 +00:00
unknown Fix log_error() usage 2011-09-24 21:19:30 +00:00
uuid Revert the #include changes. Need to fix this at the #include site for now, and 2011-07-18 14:34:33 +00:00
zero Add lv_activate_opts structure 2011-06-17 14:14:19 +00:00
Makefile.in Reflect new file locations, include file updates etc. 2012-02-28 18:35:04 +00:00