From: Sage Weil Date: Thu, 4 Nov 2021 14:07:14 +0000 (-0400) Subject: mgr/orchestrator: improve usage string for 'orch daemon add osd' X-Git-Tag: v17.1.0~502^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42727%2Fhead;p=ceph.git mgr/orchestrator: improve usage string for 'orch daemon add osd' Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index b9793f1939c23..bab4ba275b317 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -797,7 +797,7 @@ Examples: def _daemon_add_osd(self, svc_arg: Optional[str] = None, method: Optional[OSDMethod] = None) -> HandleCommandResult: - """Create an OSD service. Either --svc_arg=host:drives""" + """Create OSD daemon(s) on specified host and device(s) (e.g., ceph orch daemon add osd myhost:/dev/sdb)""" # Create one or more OSDs""" usage = """