Skip to content

Commit

Permalink
Merge pull request ceph#37236 from jschmid1/osd_rm_doc_fix
Browse files Browse the repository at this point in the history
docs: remove docs should say osd_id instead of svc_id

Reviewed-by: Michael Fritch <[email protected]>
Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Sep 24, 2020
2 parents e270e8e + d7d1267 commit e492447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mgr/orchestrator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Remove an OSD
-------------
::

ceph orch osd rm <svc_id(s)> [--replace] [--force]
ceph orch osd rm <osd_id(s)> [--replace] [--force]

Evacuates PGs from an OSD and removes it from the cluster.

Expand Down

0 comments on commit e492447

Please sign in to comment.