Actions
action #151180
closedAutomatic reboot on o3 openQA workers broken
Start date:
2023-11-20
Due date:
% Done:
0%
Estimated time:
Description
When looking at logs from o3 workers, I noticed that they have a suspiciously high uptime (>50d, >100d, ...).
openqa-auto-update
does
needs-restarting --reboothint >/dev/null || (command -v rebootmgrctl >/dev/null && rebootmgrctl reboot ||:)
but rebootmgrd is not running:
openqaworker23:~ # rebootmgrctl status
Error: The name org.opensuse.RebootMgr was not provided by any .service files
openqaworker23:~ # rebootmgrctl is-active
RebootMgr is dead
That probably should be enabled. I'll make a PR to make rebootmgrd dbus activated so this is no longer necessary.
Actions