Disk threshold decider is enabled by default (#50222)
An old comment had survived after the default was flipped. Relates #6204
This commit is contained in:
parent
73add726d7
commit
4ced237a7f
|
@ -68,7 +68,7 @@ import static org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
|
||||||
* exact byte values for free space (like "500mb")
|
* exact byte values for free space (like "500mb")
|
||||||
*
|
*
|
||||||
* <code>cluster.routing.allocation.disk.threshold_enabled</code> is used to
|
* <code>cluster.routing.allocation.disk.threshold_enabled</code> is used to
|
||||||
* enable or disable this decider. It defaults to false (disabled).
|
* enable or disable this decider. It defaults to true (enabled).
|
||||||
*/
|
*/
|
||||||
public class DiskThresholdDecider extends AllocationDecider {
|
public class DiskThresholdDecider extends AllocationDecider {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue