Skip to content

Instantly share code, notes, and snippets.

Created March 3, 2015 13:44
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 anonymous/b149bcc2923c119f13c5 to your computer and use it in GitHub Desktop.
Save anonymous/b149bcc2923c119f13c5 to your computer and use it in GitHub Desktop.
2015-03-03 07:34:47,275 [salt.utils.minions ][ERROR ] Failed matching available minions with glob pattern: node-[3-12].*
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/utils/minions.py", line 494, in check_minions
}[expr_form](expr, greedy)
File "/usr/lib/python2.6/site-packages/salt/utils/minions.py", line 116, in _check_glob_minions
ret = set(glob.glob(expr))
File "/usr/lib64/python2.6/glob.py", line 16, in glob
return list(iglob(pathname))
File "/usr/lib64/python2.6/glob.py", line 30, in iglob
for name in glob1(os.curdir, basename):
File "/usr/lib64/python2.6/glob.py", line 61, in glob1
return fnmatch.filter(names, pattern)
File "/usr/lib64/python2.6/fnmatch.py", line 54, in filter
_cache[pat] = re.compile(res)
File "/usr/lib64/python2.6/re.py", line 190, in compile
return _compile(pattern, flags)
File "/usr/lib64/python2.6/re.py", line 245, in _compile
raise error, v # invalid expression
error: bad character range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment