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:
Kefu Chai 2016-10-19 15:29:58 +08:00 committed by GitHub
commit 4d9ce9e9a5

View File

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