commit | 810b492375f4aed5ce222982054adc0394a4bd33 | [log] [tgz] |
---|---|---|
author | Milan Broz <mbroz@redhat.com> | Thu Jan 13 19:59:55 2011 +0000 |
committer | Alasdair G Kergon <agk@redhat.com> | Thu Jan 13 19:59:55 2011 +0000 |
tree | f67808075083d82a9719af4c657100d5d6d5547b | |
parent | 34745785937a2003c144c0d4802fa637470d87af [diff] |
dm ioctl: suppress needless warning messages The device-mapper should not send warning messages to syslog if a device is not found. This can be done by userspace according to the returned dm-ioctl error code. So move these messages to debug level and use rate limiting to not flood syslog. Signed-off-by: Milan Broz <mbroz@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>