microsoft / azurelinux

Linux OS for Azure 1P services and edge appliances
MIT License
4.08k stars 497 forks source link

irqbalance: Tweak irqbalance environment file to squelch systemd warning #9548

Open Camelron opened 2 days ago

Camelron commented 2 days ago
Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)


Summary

What does the PR accomplish, why was it needed? Our 3.0 images produce some extra noise during boot: irqbalance: "Referenced but unset environment variable evaluates to an empty string: IRQBALANCE_ARGS"

This is due to the variable IRQBALANCE_ARGS, referenced in irqbalance.service, not being defined in the EnvironmentFile pointed to by that service. Sed the Environment file to uncomment IRQBALANCE_ARGS, explicitly setting it to the empty string.

Change Log
Does this affect the toolchain?

NO

Test Methodology