From 469a53a4adc335ea4ff8e34a958b12f0f222a6c1 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 18 Oct 2016 17:33:23 +0200 Subject: [PATCH] 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 --- qa/workunits/ceph-disk/ceph-disk-test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/workunits/ceph-disk/ceph-disk-test.py b/qa/workunits/ceph-disk/ceph-disk-test.py index 137869b6713ad..c0e3b5936d494 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 -- 2.39.5