]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: improve usage string for 'orch daemon add osd' 42727/head
authorSage Weil <sage@newdream.net>
Thu, 4 Nov 2021 14:07:14 +0000 (10:07 -0400)
committerSage Weil <sage@newdream.net>
Thu, 4 Nov 2021 14:07:14 +0000 (10:07 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/orchestrator/module.py

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