]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/ssh: clean up debug cruft
authorSage Weil <sage@redhat.com>
Fri, 4 Oct 2019 19:31:04 +0000 (14:31 -0500)
committerSage Weil <sage@redhat.com>
Sat, 5 Oct 2019 19:28:50 +0000 (14:28 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/ssh/module.py

index 5ec57dfd8510287ed0d06e6ce37da994a3aa8875..96334da55ebad1dac0cb1f4fb3fee2e8614606f6 100644 (file)
@@ -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',