From e0265681af047f8b3d102c14408b40cc1598883f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 6 Mar 2020 22:01:59 +0800 Subject: [PATCH] mgr/cephadm: update type annotation the method signature was changed in ea987a0e56db106f7c76d11f86b3e602257f365e Signed-off-by: Kefu Chai --- src/pybind/mgr/cephadm/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 011cb4155ede5..25e37b89d4d39 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -1880,7 +1880,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule): return blink(locs) def get_osd_uuid_map(self, only_up=False): - # type: () -> Dict[str,str] + # type: (bool) -> Dict[str,str] osd_map = self.get('osd_map') r = {} for o in osd_map['osds']: -- 2.39.5