Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix irqbalance in scripts #2258

Open
krizhanovsky opened this issue Oct 9, 2024 · 0 comments
Open

Fix irqbalance in scripts #2258

krizhanovsky opened this issue Oct 9, 2024 · 0 comments
Labels
good to start Start form this tasks if you're new in Tempesta FW low priority scripts tempesta.sh and other scripts
Milestone

Comments

@krizhanovsky
Copy link
Contributor

krizhanovsky commented Oct 9, 2024

Ubuntu 24 doesn't support irqbalance anymore by default, so on Tempesta stop we have a warning

# ./scripts/tempesta.sh --stop
Stopping Tempesta...
net.tempesta.state = stop
...unload Tempesta modules
Un-loading Tempesta kernel modules...
Unit irqbalance.service could not be found.
done

We should remove it from our our control scripts. Probably just remove since it seems the IRQ binding we do through sysfs.

Or if it's still installed, we just need to correctly handle this case and the case, when it is not installed

@krizhanovsky krizhanovsky added low priority good to start Start form this tasks if you're new in Tempesta FW scripts tempesta.sh and other scripts labels Oct 9, 2024
@krizhanovsky krizhanovsky added this to the 0.9 - LA milestone Oct 9, 2024
@krizhanovsky krizhanovsky changed the title Get rid of irqbalance Fix irqbalance in scripts Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good to start Start form this tasks if you're new in Tempesta FW low priority scripts tempesta.sh and other scripts
Projects
None yet
Development

No branches or pull requests

1 participant