From: Sage Weil Date: Fri, 4 Oct 2019 19:31:04 +0000 (-0500) Subject: mgr/ssh: clean up debug cruft X-Git-Tag: v15.1.0~1313^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e7ef42150f1da629e3bfab8ca0d4854be39643e9;p=ceph-ci.git mgr/ssh: clean up debug cruft Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/ssh/module.py b/src/pybind/mgr/ssh/module.py index 5ec57dfd851..96334da55eb 100644 --- a/src/pybind/mgr/ssh/module.py +++ b/src/pybind/mgr/ssh/module.py @@ -458,7 +458,6 @@ class SSHOrchestrator(MgrModule, orchestrator.Orchestrator): 'config': config, 'keyring': keyring, }) - self.log.debug('j %s' % j) devices = drive_group.data_devices.paths for device in devices: @@ -485,7 +484,6 @@ class SSHOrchestrator(MgrModule, orchestrator.Orchestrator): ]) self.log.debug('code %s out %s' % (code, out)) j = json.loads('\n'.join(out)) - self.log.debug('j %s' % j) fsid = self._cluster_fsid for osd_id, osds in j.items(): for osd in osds: @@ -552,7 +550,6 @@ class SSHOrchestrator(MgrModule, orchestrator.Orchestrator): 'config': config, 'keyring': keyring, }) - self.log.debug('j %s' % j) out, code = self._run_ceph_daemon( host, name, 'deploy',