From: Loic Dachary Date: Tue, 18 Oct 2016 15:33:23 +0000 (+0200) Subject: tests: ceph-disk: force debug monc = 0 X-Git-Tag: v11.1.0~597^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11534%2Fhead;p=ceph.git tests: ceph-disk: force debug monc = 0 The sh function will collect both stderr and stdout and debug will mess the json parsing. Fixes: http://tracker.ceph.com/issues/17607 Signed-off-by: Loic Dachary --- diff --git a/qa/workunits/ceph-disk/ceph-disk-test.py b/qa/workunits/ceph-disk/ceph-disk-test.py index 137869b6713..c0e3b5936d4 100644 --- a/qa/workunits/ceph-disk/ceph-disk-test.py +++ b/qa/workunits/ceph-disk/ceph-disk-test.py @@ -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