]> arthur.barton.de Git - nagcollect.git/commitdiff
DiskErrors.tst: Ignore "mdworker[]: file i/o error - bad dset location"
authorAlexander Barton <alex@barton.de>
Wed, 19 Oct 2011 07:46:27 +0000 (09:46 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 19 Oct 2011 07:46:27 +0000 (09:46 +0200)
client/lib/tests/Darwin/DiskErrors.tst

index 2d78773f26cf57a4541356def263e522e2a07f95..2556581164760f4d5d733eeef94a09435698c3fb 100644 (file)
@@ -14,6 +14,7 @@ if [ -n "$offset" ]; then
        error=`LC_ALL=C tail -c "+$offset" /var/log/system.log \
         | grep -i "I/O" | grep -i error | grep -v nagcollect \
         | grep -v "com.apple.mdworker.pool" \
+        | grep -v "file i/o error - bad dset location" \
         | grep -v "encoder error" \
         | tail -n 1`
 else