From 407b2e0bc73fa2ddd81ccddf338509a0437d1eea Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 18 Apr 2012 11:21:10 -0700 Subject: [PATCH] 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 --- teuthology/task/internal.py | 2 ++ 1 file changed, 2 insertions(+) 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(), -- 2.39.5