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.
Updated by favogt about 1 year ago
I'll make a PR to make rebootmgrd dbus activated so this is no longer necessary.
Updated by okurz about 1 year ago
- Assignee set to favogt
- Target version set to future
Updated by favogt 12 months ago
- Status changed from New to Resolved
I enabled rebootmgr.service on all workers (aarch64 openqaworker21 openqaworker22 openqaworker23 openqaworker24 openqaworker25 openqaworker26 openqaworker28 openqaworker-arm22).
While at it I also removed the lock on kernel* for the meanwhile fixed boo#1214537.
Actions