]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: ceph-disk: force debug monc = 0 11534/head
authorLoic Dachary <ldachary@redhat.com>
Tue, 18 Oct 2016 15:33:23 +0000 (17:33 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 18 Oct 2016 15:33:23 +0000 (17:33 +0200)
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 <ldachary@redhat.com>
qa/workunits/ceph-disk/ceph-disk-test.py

index 137869b6713adb2e7a9e2b2c2decc8acba3de90e..c0e3b5936d4949e4c74b4e6e35b0b83bfafdff56 100644 (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