diff options
author | Sage Weil <sage@redhat.com> | 2019-03-15 22:49:02 +0100 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2019-03-15 22:49:02 +0100 |
commit | 60066661dafaed0ffe9692387aea48ffac2c8d73 (patch) | |
tree | 231f50642848209bf36c249eee6c60dba6803ad3 | |
parent | Merge PR #26994 into nautilus (diff) | |
parent | doc/ceph-volume/lvm/batch: fix typos (diff) | |
download | ceph-60066661dafaed0ffe9692387aea48ffac2c8d73.tar.xz ceph-60066661dafaed0ffe9692387aea48ffac2c8d73.zip |
Merge PR #26563 into nautilus
* refs/pull/26563/head:
doc/ceph-volume/lvm/batch: fix typos
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
-rw-r--r-- | doc/ceph-volume/lvm/batch.rst | 6 |
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. |