From: Sage Weil Date: Wed, 2 May 2012 05:26:03 +0000 (-0700) Subject: ignore syslog cron noise X-Git-Tag: 1.1.0~2562 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=715abdea562213eb4ee60d28f3d5529241bbd6b8;p=teuthology.git ignore syslog cron noise --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 6478e4c34..7142087d1 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -387,6 +387,8 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat run.Raw('|'), 'grep', '-v', 'DEBUG: fsize', # xfs_fsr run.Raw('|'), + 'grep', '-v', 'CRON', # ignore cron noise + run.Raw('|'), 'head', '-n', '1', ], stdout=StringIO(),