VariableINITIAL_DISABLED_NODE_TASK
Introduced Version1.117
Description Enables/disables node tasks
Defaultempty
Valid ValuesdigestDisables the digest node task.
 queryDisables the query node task.
 storageDisables 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:

ini
INITIAL_DISABLED_NODE_TASK=storage,query