]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
print out all WRN/ERR messages for debug
authorVasu Kulkarni <vasu@redhat.com>
Wed, 13 Sep 2017 22:27:41 +0000 (15:27 -0700)
committerVasu Kulkarni <vasu@redhat.com>
Wed, 13 Sep 2017 22:27:41 +0000 (15:27 -0700)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
qa/tasks/ceph.py

index f7b987f9e93a352ae8a032b389503e9146598259..63aa7759d9f526badab6501b21766b58886e270d 100644 (file)
@@ -895,9 +895,6 @@ def cluster(ctx, config):
             ]
             for exclude in excludes:
                 args.extend([run.Raw('|'), 'egrep', '-v', exclude])
-            args.extend([
-                run.Raw('|'), 'head', '-n', '1',
-            ])
             r = mon0_remote.run(
                 stdout=StringIO(),
                 args=args,