From: Sebastian Wagner Date: Fri, 20 Mar 2020 11:33:27 +0000 (+0100) Subject: doc/cephadm: replace `osd create` with `apply osd` X-Git-Tag: v15.2.1~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34355%2Fhead;p=ceph.git doc/cephadm: replace `osd create` with `apply osd` Fixes: https://tracker.ceph.com/issues/44692 Signed-off-by: Sebastian Wagner (cherry picked from commit cb12a3177cb51ea37d3930a40f58c681ddefd2ac) --- diff --git a/doc/cephadm/drivegroups.rst b/doc/cephadm/drivegroups.rst index 8497559f486e..29c8e388a338 100644 --- a/doc/cephadm/drivegroups.rst +++ b/doc/cephadm/drivegroups.rst @@ -10,7 +10,7 @@ with which configuration without knowing the specifics of device names and paths Instead of doing this:: - [monitor 1] # ceph orchestrator osd create **:** + [monitor 1] # ceph orch daemon add osd **:** for each device and each host, we can define a yaml|json file that allows us to describe the layout. Here's the most basic example. @@ -32,7 +32,7 @@ There will be a more detailed section on host_pattern down below. and pass it to `osd create` like so:: - [monitor 1] # ceph orchestrator osd create -i /path/to/drivegroup.yml + [monitor 1] # ceph orch apply osd -i /path/to/drivegroup.yml This will go out on all the matching hosts and deploy these OSDs. diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 7e3d00589753..7631f2243ad3 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -289,7 +289,7 @@ There are a few ways to create new OSDs: based on their properties, such device type (SSD or HDD), device model names, size, or the hosts on which the devices exist:: - # ceph orch osd create -i spec.yml + # ceph orch apply osd -i spec.yml Deploy MDSs