no need for ceph --concise argument

This commit is contained in:
Sage Weil 2013-06-16 09:10:25 -07:00
parent 9cdc60af3f
commit 1ec8ba50fc
3 changed files with 0 additions and 5 deletions

View File

@ -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(),

View File

@ -60,7 +60,6 @@ def is_healthy(ctx, config):
run.Raw('&&'),
'sudo', 'ceph',
'health',
'--concise',
],
stdout=StringIO(),
logger=log.getChild('health'),

View File

@ -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(