ignore syslog cron noise

This commit is contained in:
Sage Weil 2012-05-01 22:26:03 -07:00
parent dcbb8d4013
commit 715abdea56

View 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(),