When rebooting: 1. Stop irqbalance 2. Modify /proc/irq/*/smp_affinity so that McKernel cores are not included 3. Start irqbalance with McKernel cores and IHK IRQ banned from load balancing When stopping: 1. Stop irqbalance 2. Restore /proc/irq/*/smp_affinity 3. Restart irqbalance with the system default settings refs #760
11 lines
207 B
SYSTEMD
11 lines
207 B
SYSTEMD
[Unit]
|
|
Description=irqbalance daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
EnvironmentFile=@ETCDIR@/irqbalance_mck
|
|
ExecStart=/usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|