Actions
action #53573
closedFailed service "irqbalance" on aarch64.o.o
Start date:
2019-06-30
Due date:
% Done:
0%
Estimated time:
Description
The service "irqbalance" on aarch64.o.o fails, reported as https://bugzilla.opensuse.org/show_bug.cgi?id=1138545
Updated by okurz over 5 years ago
- Copied from action #53570: Failed service "logrotate" on aarch64.o.o and openqaworker1.o.o added
Updated by okurz about 5 years ago
- Blocked by coordination #43934: [epic] Manage o3 infrastructure with salt again added
Updated by okurz about 5 years ago
As suggested in https://bugzilla.opensuse.org/show_bug.cgi?id=1138545#c52 the bug was closed without product changes, I decided to accept the core dumping irqbalance:
cat > /etc/systemd/system/irqbalance.service.d/override.conf <<EOF
> [Service]
> # irqbalance core dumps, potentially due to faulty hardware
> # https://bugzilla.suse.com/show_bug.cgi?id=1138545
> ExecStart=
> ExecStart=/usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS ||:
> EOF
systemctl daemon-reload
systemctl start irqbalance
we probably want to eventually add this to salt recipes. For this we can apply the above only for the specific machine, e.g. based on /etc/machine-id or simply apply for all. Blocked by #43934
Updated by okurz about 5 years ago
- Blocked by deleted (coordination #43934: [epic] Manage o3 infrastructure with salt again)
Updated by okurz about 5 years ago
- Related to coordination #43934: [epic] Manage o3 infrastructure with salt again added
Updated by okurz about 5 years ago
- Status changed from Blocked to Resolved
- Target version set to Done
covered remaining tasks in #43934
Actions