From 816bacba35c9861eedbb49d35dc70c7cbe8a5e8e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 4 Nov 2021 10:07:14 -0400 Subject: [PATCH] mgr/orchestrator: improve usage string for 'orch daemon add osd' Signed-off-by: Sage Weil --- src/pybind/mgr/orchestrator/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = """ -- 2.39.5