From c6a427be55d29ef123e792c02564897cb36afc33 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 10 Mar 2013 17:08:55 -0700 Subject: [PATCH] ceph: sudo grep /var/log/ceph/ceph.log Signed-off-by: Sage Weil --- teuthology/task/ceph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 7b836febde79b..f238c6302c73b 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -709,6 +709,7 @@ def cluster(ctx, config): log.info('Checking cluster log for badness...') def first_in_ceph_log(pattern, excludes): args = [ + 'sudo', 'egrep', pattern, '/var/log/ceph/ceph.log', ] -- 2.39.5