Skip to content

Commit be34e22

Browse files
authored
Merge pull request ceph#61948 from anthonyeleven/osd-rst-reimprove
doc/cephadm/services: Re-improve osd.rst Reviewed-by: Mike Perez <[email protected]>
2 parents 55bce00 + 90d1d6b commit be34e22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/cephadm/services/osd.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ After running the above command:
251251

252252
* When you add new drives to the cluster, they will automatically be used to
253253
create new OSDs.
254-
* When ou remove an OSD and clean the LVM physical volume, a new OSD will be
254+
* When you remove an OSD and clean the LVM physical volume, a new OSD will be
255255
created automatically.
256256

257257
If you want to avoid this behavior (disable automatic creation of OSD on available devices), use the ``unmanaged`` parameter:
@@ -437,7 +437,7 @@ Example command:
437437

438438
.. note::
439439
If the ``unmanaged`` flag is not set, ``cephadm`` automatically deploys drives that
440-
match the OSDSpec. For example, if you specifythe
440+
match the OSDSpec. For example, if you specify the
441441
``all-available-devices`` option when creating OSDs, when you ``zap`` a
442442
device the ``cephadm`` orchestrator automatically creates a new OSD on the
443443
device. To disable this behavior, see :ref:`cephadm-osd-declarative`.
@@ -642,7 +642,7 @@ To match only drives that are less than or equal to 1701 GB in size:
642642
643643
size: ':1701G'
644644
645-
To include drives equal to or greater than 666 GB in siz:
645+
To include drives equal to or greater than 666 GB in size:
646646

647647
.. code-block:: yaml
648648
@@ -825,7 +825,7 @@ Here designate all HDDs to be data devices (OSDs) and all SSDs to be used
825825
for WAL+DB offload.
826826

827827
If you know that drives larger than 2 TB should always be used as data devices,
828-
and drives smaller than 2 TB should always be used as WAL/DB devices, you can
828+
and drives smaller than 2 TB should always be used as WAL/DB devices, you can
829829
filter by size:
830830

831831
.. code-block:: yaml
@@ -957,7 +957,7 @@ You can specify a ``placement`` to target only certain nodes.
957957
data_devices:
958958
rotational: 1 # All drives identified as HDDs
959959
db_devices:
960-
rotational: 0 # All drivves identified as SSDs
960+
rotational: 0 # All drives identified as SSDs
961961
---
962962
service_type: osd
963963
service_id: disk_layout_b
@@ -1049,7 +1049,7 @@ including ``size`` or ``vendor`` so that OSD services adapt when
10491049
Linux or an HBA may enumerate devices differently across boots, or when
10501050
drives are added or replaced.
10511051

1052-
It iss possible to specify a ``crush_device_class`` parameter
1052+
It is possible to specify a ``crush_device_class`` parameter
10531053
to be applied to OSDs created on devices matched by the ``paths`` filter:
10541054

10551055
.. code-block:: yaml

0 commit comments

Comments
 (0)