]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: Fix ODS -> OSD typo
authorKristoffer Grönlund <kgronlund@suse.com>
Tue, 28 Jan 2020 12:27:48 +0000 (13:27 +0100)
committerKristoffer Grönlund <kgronlund@suse.com>
Fri, 31 Jan 2020 09:07:58 +0000 (10:07 +0100)
Signed-off-by: Kristoffer Grönlund <kgronlund@suse.com>
src/pybind/mgr/cephadm/module.py

index a084635dece65e516a50b3c371d03435e2de314a..3cf43d782a69776cffbe5601f659cfdd77734987 100644 (file)
@@ -1454,7 +1454,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,