Skip to content

Instantly share code, notes, and snippets.

@Grokzen
Created October 26, 2015 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Grokzen/bee688aeb4a78598c096 to your computer and use it in GitHub Desktop.
Save Grokzen/bee688aeb4a78598c096 to your computer and use it in GitHub Desktop.
#
# When running the following command: salt -v -b 50 '*' state.highstate
# Salt version 2015.5.2
#
2015-10-26 00:01:43,010 [salt.log.setup ][ERROR ][15089] An un-handled exception was caught by salt's global exception handler:
ValueError: list.remove(x): x not in list
Traceback (most recent call last):
File "/usr/bin/salt", line 9, in <module>
load_entry_point('salt==2015.5.2', 'console_scripts', 'salt')()
File "/opt/venv/salt/lib/python2.7/site-packages/salt/scripts.py", line 349, in salt_main
client.run()
File "/opt/venv/salt/lib/python2.7/site-packages/salt/cli/salt.py", line 98, in run
for res in batch.run():
File "/opt/venv/salt/lib/python2.7/site-packages/salt/cli/batch.py", line 179, in run
active.remove(minion)
ValueError: list.remove(x): x not in list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment