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: v16.2.11~86^2~5^2~8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f32effcb8d43d2b62d51149a2445b061fe8f6f4d;p=ceph.git mgr/orchestrator: improve usage string for 'orch daemon add osd' Signed-off-by: Sage Weil (cherry picked from commit 816bacba35c9861eedbb49d35dc70c7cbe8a5e8e) --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index f4646b3ddb811..c935b33090d16 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -780,7 +780,7 @@ class OrchestratorCli(OrchestratorClientMixin, MgrModule, 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 = """