| Summary: | [abrt] salt-minion-0.17.1-1.fc20: minion.py:847:_state_run:KeyError: 'ext_job_cache' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Niki Guldbrand <niki.guldbrand> | ||||||
| Component: | salt | Assignee: | Erik Johnson <erik> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | andrewniemants, erik, herlo1 | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:510a07c02a1652d378733e4163e553019664c40e | ||||||||
| Fixed In Version: | salt-0.17.2-2.fc20 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-12-14 02:51:31 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 814219 [details]
File: backtrace
Created attachment 814220 [details]
File: environ
A couple questions: 1. Are the master and minion running on the same host, or different hosts? 2. Was the "salt" package (containing common files for the salt-master and salt-minion packages) also updated to 0.17.1? What is the output of "rpm -q salt"? The upstream patches for this is at: https://github.com/saltstack/salt/pull/7953 but all you have to do, is to add the following to the minion config file, until a new release is made that fixes this, probably 0.17.2. ext_job_cache: '' Answers to your questions: 1. They are on seperate hosts, but there is a minion on the master too. 2. yes, it's salt-0.17.1-1.fc20.noarch and salt-minion-0.17.1-1.fc20.noarch I've confirmed that the pull request mentioned in comment #4 is indeed in 0.17.2. salt-0.17.2-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/FEDORA-2013-22034/salt-0.17.2-2.fc20 salt-0.17.2-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: No idea, showed up after a reboot. The master is salt-0.16.4 (fc19) Version-Release number of selected component: salt-minion-0.17.1-1.fc20 Additional info: reporter: libreport-2.1.8 cmdline: /usr/bin/python /usr/bin/salt-minion dso_list: salt-0.17.1-1.fc20.noarch executable: /usr/bin/salt-minion kernel: 3.11.5-302.fc20.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: minion.py:847:_state_run:KeyError: 'ext_job_cache' Traceback (most recent call last): File "/usr/bin/salt-minion", line 14, in <module> salt_minion() File "/usr/lib/python2.7/site-packages/salt/scripts.py", line 30, in salt_minion minion.start() File "/usr/lib/python2.7/site-packages/salt/__init__.py", line 215, in start self.minion.tune_in() File "/usr/lib/python2.7/site-packages/salt/minion.py", line 1078, in tune_in self._state_run() File "/usr/lib/python2.7/site-packages/salt/minion.py", line 847, in _state_run data = {'jid': 'req', 'ret': self.opts['ext_job_cache']} KeyError: 'ext_job_cache' Local variables in innermost frame: self: <salt.minion.Minion object at 0x21d4a50>