]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ignore syslog cron noise
authorSage Weil <sage@newdream.net>
Wed, 2 May 2012 05:26:03 +0000 (22:26 -0700)
committerSage Weil <sage@newdream.net>
Wed, 2 May 2012 05:26:03 +0000 (22:26 -0700)
teuthology/task/internal.py

index 6478e4c3497dddb61953fd4220a6b0b5745ad465..7142087d15a5cc7bb72c33ca84b386d418fdb7ec 100644 (file)
@@ -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(),