elasticsearch/docs/reference/modules/cluster
Tanguy Leroux edf27a599e
Add new setting to disable persistent tasks allocations (#29137)
This commit adds a new setting `cluster.persistent_tasks.allocation.enable`
that can be used to enable or disable the allocation of persistent tasks.
The setting accepts the values `all` (default) or `none`. When set to
none, the persistent tasks that are created (or that must be reassigned)
won't be assigned to a node but will reside in the cluster state with
a no "executor node" and a reason describing why it is not assigned:

```
"assignment" : {
  "executor_node" : null,
  "explanation" : "persistent task [foo/bar] cannot be assigned [no
  persistent task assignments are allowed due to cluster settings]"
}
```
2018-03-22 09:18:07 +01:00
..
allocation_awareness.asciidoc Update allocation awareness docs (#29116) 2018-03-19 07:04:47 +00:00
allocation_filtering.asciidoc Tests: Wipe cluster settings after every test (#28410) 2018-01-29 11:47:04 -05:00
disk_allocator.asciidoc Tests: Wipe cluster settings after every test (#28410) 2018-01-29 11:47:04 -05:00
misc.asciidoc Add new setting to disable persistent tasks allocations (#29137) 2018-03-22 09:18:07 +01:00
shards_allocation.asciidoc Update shards_allocation.asciidoc (#26019) 2017-08-03 11:27:02 +02:00