From: Sage Weil Date: Wed, 18 Apr 2012 18:21:10 +0000 (-0700) Subject: whitelist xfs_fsr syslog noise X-Git-Tag: 1.1.0~2571 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=407b2e0bc73fa2ddd81ccddf338509a0437d1eea;p=teuthology.git whitelist xfs_fsr syslog noise Ignore lines like 2012-04-17T13:44:11-07:00 plana59 fsr[5454]: DEBUG: fsize=450560 blsz_dio=450560 d_min=512 d_max=2147483136 pgsz=4096 --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 12ec183386..6478e4c349 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -385,6 +385,8 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat run.Raw('|'), 'grep', '-v', 'trying to register non-static key', run.Raw('|'), + 'grep', '-v', 'DEBUG: fsize', # xfs_fsr + run.Raw('|'), 'head', '-n', '1', ], stdout=StringIO(),