Actions
action #80130
closedgrenache salt is spilling errors about "Failed to load grains defined in grain file ppc_powervm.check_output"
Start date:
2020-11-21
Due date:
% Done:
0%
Estimated time:
Tags:
Description
not sure how severe this is
2020-11-21 07:48:45,325 [salt.loader :860 ][CRITICAL][7192] Failed to load grains defined in grain file ppc_powervm.check_output in function <function check_output at 0x7fff7b24cae8>, error:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/salt/loader.py", line 847, in grains
parameters = salt.utils.args.get_function_argspec(funcs[key]).args
File "/usr/lib/python3.6/site-packages/salt/utils/args.py", line 283, in get_function_argspec
aspec = _getargspec(func)
File "/usr/lib/python3.6/site-packages/salt/utils/args.py", line 235, in _getargspec
raise ValueError('Function has keyword-only arguments or annotations'
ValueError: Function has keyword-only arguments or annotations, use getfullargspec() API which can support them
Updated by okurz about 4 years ago
- Subject changed from grenache salt is spilling errors to grenache salt is spilling errors about "Failed to load grains defined in grain file ppc_powervm.check_output"
- Priority changed from Normal to Low
- Target version set to future
good that you record this. I have seen this as well, likely on other machines already. The grain is defined by https://gitlab.suse.de/openqa/salt-states-openqa/-/blob/master/_grains/ppc_powervm.py which would be important for any freshly installed PowerVM machine. So probably easy but also not high prio.
Updated by okurz almost 2 years ago
- Tags set to infra
- Status changed from New to Resolved
- Assignee set to okurz
Likely fixed by 5ae3d58 in salt-states-openqa
Actions