From 1ec8ba50fc4e7ffd33661e15a6985438da7a7de7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 16 Jun 2013 09:10:25 -0700 Subject: [PATCH] no need for ceph --concise argument --- teuthology/misc.py | 2 -- teuthology/task/ceph-deploy.py | 1 - teuthology/task/ceph_manager.py | 2 -- 3 files changed, 5 deletions(-) diff --git a/teuthology/misc.py b/teuthology/misc.py index 1912c15151b71..a7ebe18b5ae39 100644 --- a/teuthology/misc.py +++ b/teuthology/misc.py @@ -639,7 +639,6 @@ def wait_until_healthy(ctx, remote): '{tdir}/archive/coverage'.format(tdir=testdir), 'ceph', 'health', - '--concise', ], stdout=StringIO(), logger=log.getChild('health'), @@ -661,7 +660,6 @@ def wait_until_osds_up(ctx, cluster, remote): 'ceph-coverage', '{tdir}/archive/coverage'.format(tdir=testdir), 'ceph', - '--concise', 'osd', 'dump', '--format=json' ], stdout=StringIO(), diff --git a/teuthology/task/ceph-deploy.py b/teuthology/task/ceph-deploy.py index ebdf10282586c..fff6aeb3e6bdf 100644 --- a/teuthology/task/ceph-deploy.py +++ b/teuthology/task/ceph-deploy.py @@ -60,7 +60,6 @@ def is_healthy(ctx, config): run.Raw('&&'), 'sudo', 'ceph', 'health', - '--concise', ], stdout=StringIO(), logger=log.getChild('health'), diff --git a/teuthology/task/ceph_manager.py b/teuthology/task/ceph_manager.py index 70cd27a5a9540..c0ff30ad5f338 100644 --- a/teuthology/task/ceph_manager.py +++ b/teuthology/task/ceph_manager.py @@ -278,7 +278,6 @@ class CephManager: 'ceph-coverage', '{tdir}/archive/coverage'.format(tdir=testdir), 'ceph', - '--concise', ] ceph_args.extend(args) proc = self.controller.run( @@ -294,7 +293,6 @@ class CephManager: 'ceph-coverage', '{tdir}/archive/coverage'.format(tdir=testdir), 'ceph', - '--concise', ] ceph_args.extend(args) proc = self.controller.run( -- 2.39.5