Actions
action #104347
closedLost salt connection from some hosts in OSD infrastructure due to no route to host "salt"
Start date:
2021-12-26
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
Trying to access some hosts within the OSD infrastructure revealed that they are unable to reach the salt master over the host alias "salt", observed on openqaworker5 and monitor.qa. E.g. on monitor.qa journalctl -u salt-minion
shows:
-- Logs begin at Thu 2021-12-23 04:57:04 CET, end at Sun 2021-12-26 14:38:54 CET. --
Dec 23 04:57:07 openqa-monitor salt-minion[2735]: [ERROR ] DNS lookup or connection check of 'salt' failed.
Dec 23 04:57:07 openqa-monitor salt-minion[2735]: [ERROR ] Master hostname: 'salt' not found or not responsive. Retrying in 30 seconds
Dec 23 04:57:37 openqa-monitor salt-minion[2735]: [ERROR ] DNS lookup or connection check of 'salt' failed.
Dec 23 04:57:37 openqa-monitor salt-minion[2735]: [ERROR ] Master hostname: 'salt' not found or not responsive. Retrying in 30 seconds
…
Updated by okurz almost 3 years ago
- Due date set to 2022-01-28
- Status changed from In Progress to Feedback
- Priority changed from Normal to Low
I manually patched the two mentioned hosts openqaworker5 and monitor.qa with an entry in /etc/hosts:
10.160.0.207 salt salt.openqa.suse.de
And created
https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/635
for better instructions
Updated by okurz almost 3 years ago
- Due date deleted (
2022-01-28) - Status changed from Feedback to Resolved
Actions