]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: improve usage string for 'orch daemon add osd'
authorSage Weil <sage@newdream.net>
Thu, 4 Nov 2021 14:07:14 +0000 (10:07 -0400)
committerAdam King <adking@redhat.com>
Tue, 17 May 2022 14:25:59 +0000 (10:25 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 816bacba35c9861eedbb49d35dc70c7cbe8a5e8e)

src/pybind/mgr/orchestrator/module.py

index f4646b3ddb811edd0fd134abb2cc177da7952a99..c935b33090d1632e6610fff6a2f89814e4c1e596 100644 (file)
@@ -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 = """