]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: replace `osd create` with `apply osd` 34080/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Fri, 20 Mar 2020 11:33:27 +0000 (12:33 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 20 Mar 2020 11:33:35 +0000 (12:33 +0100)
Fixes: https://tracker.ceph.com/issues/44692
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
doc/cephadm/drivegroups.rst
doc/cephadm/install.rst

index 8497559f486ebcd5d9969a797e33ff2414dc0dad..29c8e388a33893b96c361c1858c6f658f208ebd9 100644 (file)
@@ -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 *<host>*:*<path-to-device>*
+  [monitor 1] # ceph orch daemon add osd *<host>*:*<path-to-device>*
 
 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.
 
index 42c135e55560e26c52895a61593409537b0a53d4..c6f4962d5892454601e6a561bc7131da40ed55a0 100644 (file)
@@ -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