mirror of
https://github.com/ceph/ceph
synced 2025-01-01 16:42:29 +00:00
Merge pull request #37650 from jschmid1/gs
mgr/cephadm: adapt <placement> usage string
This commit is contained in:
commit
3bac7dd987
@ -1063,7 +1063,7 @@ Usage:
|
||||
inbuf: Optional[str] = None) -> HandleCommandResult:
|
||||
usage = """Usage:
|
||||
ceph orch apply -i <yaml spec> [--dry-run]
|
||||
ceph orch apply <service_type> <placement> [--unmanaged]
|
||||
ceph orch apply <service_type> [--placement=<placement_string>] [--unmanaged]
|
||||
"""
|
||||
if inbuf:
|
||||
if service_type or placement or unmanaged:
|
||||
|
Loading…
Reference in New Issue
Block a user