mirror of
https://github.com/ceph/ceph
synced 2025-01-29 14:34:40 +00:00
ignore syslog cron noise
This commit is contained in:
parent
dcbb8d4013
commit
715abdea56
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user