aboutsummaryrefslogtreecommitdiff
path: root/xenserver/root_vswitch_scripts_sysconfig.template
AgeCommit message (Collapse)Author
2009-09-09Increase the default priority of vswitchd and brcompatdBen Pfaff
Our hope is that this will resolve many of the issues we have seen where temporary delays in the forwarding of packets have caused issues of various types. This is a crossport from master of commit 44cb492 by Ian Campbell.
2009-09-09Revert "xenserver: Renice netback process to priority 0 by default."Ben Pfaff
This reverts commit 641a0a4ed0a79d53a52d4e78ce1d90140a768798. This is a crossport from master of commit b2cdfea by Ian Campbell, with the following commit message: Do not renice the netback thread. We should increase the vswitchd daemon's priority instead.
2009-09-03xenserver: Install /etc/sysconfig/vswitch by default.Ben Pfaff
Until now, the vswitch RPM has installed /etc/sysconfig/vswitch.example and made the system administrator copy it to /etc/sysconfig/vswitch if he desires. This is slightly inconvenient, since it is slightly easier for the admin if he can just edit /etc/sysconfig/vswitch directly. This commit changes to the latter behavior. Bug #1810.