mirror of
https://github.com/ceph/ceph
synced 2025-02-21 09:57:26 +00:00
no need for ceph --concise argument
This commit is contained in:
parent
9cdc60af3f
commit
1ec8ba50fc
@ -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(),
|
||||
|
@ -60,7 +60,6 @@ def is_healthy(ctx, config):
|
||||
run.Raw('&&'),
|
||||
'sudo', 'ceph',
|
||||
'health',
|
||||
'--concise',
|
||||
],
|
||||
stdout=StringIO(),
|
||||
logger=log.getChild('health'),
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user