From 813ea58a1537334a43d4dd20fdb8e64eb1bd85c6 Mon Sep 17 00:00:00 2001 From: Alexandru Cucu Date: Wed, 13 Mar 2019 17:13:46 +0200 Subject: [PATCH] doc/ceph-volume/lvm/batch: fix typos Fix typos in ceph-volume lvm batch documentation Signed-off-by: Alexandru Cucu --- doc/ceph-volume/lvm/batch.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ceph-volume/lvm/batch.rst b/doc/ceph-volume/lvm/batch.rst index b55ae8db3682e..17cbeecd42244 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. -- 2.39.5