Variable | INITIAL_DISABLED_NODE_TASK | |
Introduced Version | 1.117 | |
Description | Enables/disables node tasks | |
Default | empty | |
Valid Values | digest | Disables the digest node task. |
query | Disables the query node task. | |
storage | Disables the storage node task. |
This variable is used to disable the node tasks specified in a comma-separated list of 0 or more. Setting this variable will disable the node tasks in the list and enable the others, overriding any changes that have been made at runtime with the assignTasks() and unassignTasks() graphQL mutations. Any node task that is not explicitly disabled (through this configuration variable or GraphQL) is enabled. The node task set by the variable can be overridden at runtime through the graphQL mutations, but if the variable is still present at the next reboot of the system, these changes will be overridden.
This is an example of how to set this variable in the configuration file:
INITIAL_DISABLED_NODE_TASK=storage,query