]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: fix minor typo
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 7 Feb 2020 01:21:08 +0000 (17:21 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 7 Feb 2020 01:21:08 +0000 (17:21 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/pybind/mgr/cephadm/module.py

index d5a44a00d4235bd0ba52a8acd898d04619717684..3fc99478893fd2ae7bbe373557a3676cb095634a 100644 (file)
@@ -1393,7 +1393,7 @@ class CephadmOrchestrator(MgrModule, orchestrator.OrchestratorClientMixin):
         found = list(zip(*args))[0] if args else []
         not_found = {osd_id for osd_id in osd_ids if 'osd.%s' % osd_id not in found}
         if not_found:
-            raise OrchestratorError('Unable to find ODS: %s' % not_found)
+            raise OrchestratorError('Unable to find OSD: %s' % not_found)
         return self._remove_daemon(args)
 
     def _create_daemon(self, daemon_type, daemon_id, host,