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>
(cherry picked from commit
469a53a4adc335ea4ff8e34a958b12f0f222a6c1)
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