]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/ssh: improve logging for mds removal 31762/head
authorJoshua Schmid <jschmid@suse.de>
Wed, 20 Nov 2019 14:01:42 +0000 (15:01 +0100)
committerJoshua Schmid <jschmid@suse.de>
Thu, 21 Nov 2019 15:55:33 +0000 (16:55 +0100)
Fixes: https://tracker.ceph.com/issues/42931
Signed-off-by: Joshua Schmid <jschmid@suse.de>
src/pybind/mgr/ssh/module.py

index f2fbdf685c75543472b44f55f20725782286d052..57d0c085490d763664be2fc674166abf921bc478 100644 (file)
@@ -1074,6 +1074,7 @@ class SSHOrchestrator(MgrModule, orchestrator.OrchestratorClientMixin):
     def remove_mds(self, name):
         daemons = self._get_services('mds')
         results = []
+        self.log.debug("Attempting to remove volume: {}".format(name))
         for d in daemons:
             if d.service_instance == name or d.service_instance.startswith(name + '.'):
                 results.append(self._worker_pool.apply_async(