From: Yehuda Sadeh Date: Fri, 7 Feb 2020 01:21:08 +0000 (-0800) Subject: mgr/cephadm: fix minor typo X-Git-Tag: v15.1.1~509^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=520a53446236652bc7a771ec533de335babac794;p=ceph.git mgr/cephadm: fix minor typo Signed-off-by: Yehuda Sadeh --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index d5a44a00d42..3fc99478893 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -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,