]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: fix formatting for osd section 33792/head
authorSage Weil <sage@redhat.com>
Sat, 7 Mar 2020 17:22:47 +0000 (11:22 -0600)
committerSage Weil <sage@redhat.com>
Sat, 7 Mar 2020 17:22:55 +0000 (11:22 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/cephadm/index.rst

index 0cbee6e170c8617349efae7f3d50aa2076d75c6d..6ccd105aaf1e1daece9f3dfbec05b125639fab3f 100644 (file)
@@ -225,21 +225,22 @@ Deploying OSDs
 ==============
 
 To add OSDs to the cluster, you have two options:
-1) You need to know the device name for the block device (hard disk or SSD)
-that will be used.  Then,::
 
-  # ceph orch osd create *<host>*:*<path-to-device>*
+#. You need to know the device name for the block device (hard disk or
+SSD) that will be used.  Then,::
 
-For example, to deploy an OSD on host *newhost*'s SSD,::
+     # ceph orch osd create *<host>*:*<path-to-device>*
 
-  # ceph orch osd create newhost:/dev/disk/by-id/ata-WDC_WDS200T2B0A-00SM50_182294800028
+   For example, to deploy an OSD on host *newhost*'s SSD,::
 
+     # ceph orch osd create newhost:/dev/disk/by-id/ata-WDC_WDS200T2B0A-00SM50_182294800028
 
-2) You need to describe your disk setup by it's properties (Drive Groups)
 
-Link to DriveGroup docs.::
+#. You need to describe your disk setup by it's properties (Drive Groups)
 
-  # ceph orchestrator osd create -i my_drivegroups.yml
+   Link to DriveGroup docs.::
+
+    # ceph orch osd create -i my_drivegroups.yml
 
 
 .. _drivegroups: drivegroups::