@@ -335,16 +335,16 @@ a CRUSH rule is given above.
335335
336336Because stretch mode runs with ``min_size `` set to ``1 `` (or, more directly,
337337``min_size 1 ``), we recommend enabling stretch mode only when using OSDs on
338- SSDs (including NVMe OSDs) . Hybrid HDD+SDD or HDD-only OSDs are not recommended
338+ SSDs. Hybrid HDD+SSD or HDD-only OSDs are not recommended
339339due to the long time it takes for them to recover after connectivity between
340340data centers has been restored. This reduces the potential for data loss.
341341
342- .. warning :: Device class is currently not supported in stretch mode.
343- For example, the following rule containing `` device class `` will not work::
342+ .. warning :: CRUSH rules that specify a device class are not supported in stretch mode.
343+ For example, the following rule specifying the `` ssd `` device class will not work::
344344
345345 rule stretch_replicated_rule {
346346 id 2
347- type replicated class hdd
347+ type replicated class ssd
348348 step take default
349349 step choose firstn 0 type datacenter
350350 step chooseleaf firstn 2 type host
@@ -353,7 +353,7 @@ data centers has been restored. This reduces the potential for data loss.
353353
354354In the future, stretch mode could support erasure-coded pools,
355355enable deployments across multiple data centers,
356- and accommodate various device classes.
356+ and accommodate multiple CRUSH device classes.
357357
358358Other commands
359359==============
0 commit comments