task/internal/syslog: ignore misc.log 1647/head
authorSage Weil <sage@newdream.net>
Fri, 14 May 2021 15:31:25 +0000 (10:31 -0500)
committerSage Weil <sage@newdream.net>
Sun, 16 May 2021 20:29:00 +0000 (15:29 -0500)
commit60f487a85454b0f19c71d4c895539c6dbdfcbd41
tree45bb82546b168f1277823ae60c24c7fc1f099f7f
parent19220a3bd6e252c6e8260827019668a766d85490
task/internal/syslog: ignore misc.log

These regexes are all intended for kernel errors.  Ceph daemon
logs may leak into misc.log (*shakes fist at systemd-journald*)
and cause false positives (i.e., test failures).

Signed-off-by: Sage Weil <sage@newdream.net>
teuthology/task/internal/syslog.py