]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: replace `osd create` with `apply osd` 34355/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Fri, 20 Mar 2020 11:33:27 +0000 (12:33 +0100)
committerNathan Cutler <ncutler@suse.com>
Wed, 1 Apr 2020 20:27:24 +0000 (22:27 +0200)
Fixes: https://tracker.ceph.com/issues/44692
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit cb12a3177cb51ea37d3930a40f58c681ddefd2ac)

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 7e3d00589753870be4dec0de73bf6c28f459acfa..7631f2243ad3acd17be44fe2f01924354a0ae55a 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