File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,21 @@ SSDs (including NVMe OSDs). Hybrid HDD+SDD or HDD-only OSDs are not recommended
272272due to the long time it takes for them to recover after connectivity between
273273data centers has been restored. This reduces the potential for data loss.
274274
275- In the future, stretch mode might support erasure-coded pools and might support
276- deployments that have more than two data centers.
275+ .. warning :: Device class is currently not supported in stretch mode.
276+ For example, the following rule containing ``device class `` will not work::
277+
278+ rule stretch_replicated_rule {
279+ id 2
280+ type replicated class hdd
281+ step take default
282+ step choose firstn 0 type datacenter
283+ step chooseleaf firstn 2 type host
284+ step emit
285+ }
286+
287+ In the future, stretch mode could support erasure-coded pools,
288+ enable deployments across multiple data centers,
289+ and accommodate various device classes.
277290
278291Other commands
279292==============
You can’t perform that action at this time.
0 commit comments