Actions
action #169684
closed[alert] (Failed systemd services alert (except openqa.suse.de) Salt Uk02cifVkz)
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2024-11-11
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
https://stats.openqa-monitor.qa.suse.de/d/KToPYLEWz/failed-systemd-services?orgId=1&from=now-24h&to=now
we are getting constantly redundant emails from diesel
, mania
, petrol
, sapworker1
since last week.
Rollback steps¶
for i in diesel mania petrol sapworker1; do ssh $i.qe.nue2.suse.org "sudo systemctl enable --now auto-update.timer"; done
Updated by ybonatakis about 1 month ago
- Tags set to infra
- Category set to Regressions/Crashes
- Target version set to Ready
Updated by okurz about 1 month ago
- Copied to action #169690: logwarn repeatedly sending openssl related problems. Is the state file stuck? added
Updated by okurz about 1 month ago
- Status changed from New to Blocked
- Parent task set to #166598
#169546
Updated by okurz about 1 month ago
- Description updated (diff)
I did for i in diesel mania petrol sapworker1; do ssh $i.qe.nue2.suse.org "sudo systemctl disable --now auto-update.timer"; done
and added according rollback step.
Updated by okurz 8 days ago
- Status changed from New to Resolved
sudo salt -L 'diesel.qe.nue2.suse.org,petrol.qe.nue2.suse.org,sapworker1.qe.nue2.suse.org' cmd.run 'systemctl start auto-update'
(wait a bit)
sudo salt -L 'diesel.qe.nue2.suse.org,petrol.qe.nue2.suse.org,sapworker1.qe.nue2.suse.org' cmd.run 'journalctl -n 40 --no-pager -u auto-update'
sudo salt -L 'diesel.qe.nue2.suse.org,petrol.qe.nue2.suse.org,sapworker1.qe.nue2.suse.org' cmd.run 'systemctl enable --now auto-update.timer'
Actions