1
0
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:
Petr Rockai 2011-02-14 14:26:36 +00:00
parent 84d2039b7f
commit 228fbb6f84

View File

@ -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();