mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-02 12:59:39 +03:00
Avoid flooding syslog with redundant messages when a snapshot is invalidated
(reported by Corey).
This commit is contained in:
parent
b352da1cc7
commit
b6791ca6e4
@ -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