@@ -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
257257If 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
825825for WAL+DB offload.
826826
827827If 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
829829filter 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
10491049Linux or an HBA may enumerate devices differently across boots, or when
10501050drives 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
10531053to be applied to OSDs created on devices matched by the ``paths `` filter:
10541054
10551055.. code-block :: yaml
0 commit comments