-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Documentation Update Required
salt-mine is enabled by default for newly bootstrapped clients
What does the documentation say now?
Newly registered clients will have the Salt Mine disabled by default. If the Salt Mine is running on your system, you can reduce load by disabling it. This is especially effective if you have a large number of clients.
What change is required?
Newly registered clients will have the Salt Mine enabled by default. It can be observed that the /etc/venv-salt-minion/minion.d/_schedule.conf is updated.
schedule:
__mine_interval: {enabled: true, function: mine.update, jid_include: true, maxrunning: 2,
minutes: 60, return_job: false, run_on_start: true}
It can be disabled by executing below from the SUMA Server which also creates file /etc/venv-salt-minion/minion.d/susemanager-mine.conf.
salt '*' state.sls util.mgr_mine_config_clean_up
#cat /etc/venv-salt-minion/minion.d/susemanager-mine.conf
mine_enabled: False
Version
SMLM 5.0.4.1