mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-25 21:57:45 +03:00
Avoid flooding syslog with redundant messages when a snapshot is invalidated
(reported by Corey).
This commit is contained in:
parent
84d2039b7f
commit
228fbb6f84
@ -200,7 +200,6 @@ void process_event(struct dm_task *dmt,
|
||||
_parse_snapshot_params(params, &status);
|
||||
|
||||
if (status.invalid) {
|
||||
syslog(LOG_ERR, "Trying to umount invalid snapshot %s...\n", device);
|
||||
struct dm_info info;
|
||||
if (dm_task_get_info(dmt, &info)) {
|
||||
dmeventd_lvm2_unlock();
|
||||
|
Loading…
x
Reference in New Issue
Block a user