summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Cucu <alex.cucu@emag.ro>2019-03-13 16:13:46 +0100
committerAlexandru Cucu <alex.cucu@emag.ro>2019-03-13 16:13:46 +0100
commit813ea58a1537334a43d4dd20fdb8e64eb1bd85c6 (patch)
tree68d117dd40535dcd88d65f9eac4b0d9db3495a8e
parentMerge pull request #26241 from jmolmo/hosts_management_add_rm (diff)
downloadceph-813ea58a1537334a43d4dd20fdb8e64eb1bd85c6.tar.xz
ceph-813ea58a1537334a43d4dd20fdb8e64eb1bd85c6.zip
doc/ceph-volume/lvm/batch: fix typos
Fix typos in ceph-volume lvm batch documentation Signed-off-by: Alexandru Cucu <me@alexcucu.ro>
-rw-r--r--doc/ceph-volume/lvm/batch.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ceph-volume/lvm/batch.rst b/doc/ceph-volume/lvm/batch.rst
index b55ae8db368..17cbeecd422 100644
--- a/doc/ceph-volume/lvm/batch.rst
+++ b/doc/ceph-volume/lvm/batch.rst
@@ -32,8 +32,8 @@ with the ``batch`` sub-command. It allows a few different scenarios depending
on the input of devices:
#. Devices are all spinning HDDs: 1 OSD is created per device
-#. Devices are all spinning SSDs: 2 OSDs are created per device
-#. Devices are a mix of HDDS and SSDs: data is placed on the spinning device,
+#. Devices are all SSDs: 2 OSDs are created per device
+#. Devices are a mix of HDDs and SSDs: data is placed on the spinning device,
the ``block.db`` is created on the SSD, as large as possible.
@@ -51,7 +51,7 @@ on the input of devices:
#. Devices are all the same type (for example all spinning HDD or all SSDs):
1 OSD is created per device, collocating the journal in the same HDD.
-#. Devices are a mix of HDDS and SSDs: data is placed on the spinning device,
+#. Devices are a mix of HDDs and SSDs: data is placed on the spinning device,
while the journal is created on the SSD using the sizing options from
ceph.conf and falling back to the default journal size of 5GB.