]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
whitelist xfs_fsr syslog noise
authorSage Weil <sage@newdream.net>
Wed, 18 Apr 2012 18:21:10 +0000 (11:21 -0700)
committerSage Weil <sage@newdream.net>
Wed, 18 Apr 2012 18:21:10 +0000 (11:21 -0700)
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

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