mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
dmeventd: Reduce waitevent EINTR message severity.
This commit is contained in:
parent
7cfc9a4f64
commit
25d906dbde
@ -1,5 +1,6 @@
|
||||
Version 1.02.93 -
|
||||
====================================
|
||||
Reduce severity of ioctl error message when dmeventd waitevent is interrupted.
|
||||
Report 'unknown version' when incompatible version numbers were not obtained.
|
||||
Report more info from thin pool status (out of data, metadata-ro, fail).
|
||||
Support error_if_no_space for thin pool target.
|
||||
|
@ -1801,7 +1801,7 @@ static struct dm_ioctl *_do_dm_ioctl(struct dm_task *dmt, unsigned command,
|
||||
(dmt->type == DM_DEVICE_STATUS)))
|
||||
dmi->flags &= ~DM_EXISTS_FLAG; /* FIXME */
|
||||
else {
|
||||
if (_log_suppress)
|
||||
if (_log_suppress || errno == EINTR)
|
||||
log_verbose("device-mapper: %s ioctl "
|
||||
"failed: %s",
|
||||
_cmd_data_v4[dmt->type].name,
|
||||
|
Loading…
Reference in New Issue
Block a user