mirror of
https://github.com/ceph/ceph
synced 2025-02-16 23:37:46 +00:00
Merge pull request #11534 from ceph/wip-17607-ceph-disk
tests: ceph-disk: force debug monc = 0 Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
4d9ce9e9a5
@ -235,6 +235,10 @@ class TestCephDisk(object):
|
||||
c.helper("install multipath-tools device-mapper-multipath")
|
||||
c.conf['global']['pid file'] = '/var/run/ceph/$cluster-$name.pid'
|
||||
#
|
||||
# Avoid json parsing interference
|
||||
#
|
||||
c.conf['global']['debug monc'] = 0
|
||||
#
|
||||
# objecstore
|
||||
#
|
||||
c.conf['global']['osd journal size'] = 100
|
||||
|
Loading…
Reference in New Issue
Block a user