Skip to content

Commit 042ed3e

Browse files
committed
reorg
1 parent be67e35 commit 042ed3e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/reference/migration/migrate_7_5.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ See also <<release-highlights>> and <<es-release-notes>>.
2626
==== The `cluster.routing.allocation.disk.include_relocations` setting is deprecated.
2727

2828
The `cluster.routing.allocation.disk.include_relocations` cluster setting is now
29-
deprecated. In future versions, {es} will account for the sizes of relocating
30-
shards when making allocation decisions based on the disk usage of nodes in the
31-
cluster.
29+
deprecated. You can currently set
30+
`cluster.routing.allocation.disk.include_relocations` to `false` to disable this
31+
accounting. This can result in poor allocation decisions that might overshoot
32+
watermarks and require significant work to correct.
3233

33-
Currently, you can set `cluster.routing.allocation.disk.include_relocations` to
34-
`false` to disable this accounting. This can result in poor allocation decisions
35-
that might overshoot watermarks and require significant work to correct.
34+
In 8.0, {es} will account for the sizes of relocating shards when making
35+
allocation decisions based on the disk usage of nodes in the cluster.
3636

3737
To avoid deprecation warnings, discontinue use of the setting.
3838

0 commit comments

Comments
 (0)