Skip to content

Commit 75be027

Browse files
committed
doc/rados/operations: Clarify stretch mode vs device class
Signed-off-by: Anthony D'Atri <[email protected]>
1 parent 58faf00 commit 75be027

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/rados/operations/stretch-mode.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -335,16 +335,16 @@ a CRUSH rule is given above.
335335

336336
Because 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
339339
due to the long time it takes for them to recover after connectivity between
340340
data 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

354354
In the future, stretch mode could support erasure-coded pools,
355355
enable deployments across multiple data centers,
356-
and accommodate various device classes.
356+
and accommodate multiple CRUSH device classes.
357357

358358
Other commands
359359
==============

0 commit comments

Comments
 (0)