Bug 26962 - Добавить IRQBALANCE_BANNED_CPUS
Summary: Добавить IRQBALANCE_BANNED_CPUS
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: irqbalance (show other bugs)
Version: unstable
Hardware: all Linux
: P3 enhancement
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-18 20:11 MSK by Sergey Y. Afonin
Modified: 2012-02-20 22:56 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Y. Afonin 2012-02-18 20:11:15 MSK
В CentOS-овском /etc/rc.d/init.d/irqbalance в start() есть

        if [ -n "$IRQ_AFFINITY_MASK" ];
        then
                export IRQBALANCE_BANNED_CPUS=$IRQ_AFFINITY_MASK
        fi

а в /etc/sysconfig/irqbalance

#
# IRQ_AFFINITY_MASK
#    64 bit bitmask which allows you to indicate which cpu's should
#    be skipped when reblancing irqs.  Cpu numbers which have their.
#    corresponding bits set to zero in this mask will not have any
#    irq's assigned to them on rebalance
#
#IRQ_AFFINITY_MASK=

Наверное, не помешает добавить.
Comment 1 Repository Robot 2012-02-20 22:56:32 MSK
irqbalance-1.0.3-alt1 -> sisyphus:

* Sun Feb 19 2012 Slava Dubrovskiy <dubrsl@altlinux> 1.0.3-alt1
- new version from new URL location
- migrate to git source, update spec
- add BuildRequires for libcap-ng-devel libnuma-devel
- add service for systemd
- fix (ALT #26959 26962)