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

net/haproxy: 3rd feature set for release 2.10 #1003

Merged
merged 2 commits into from
Nov 19, 2018

Conversation

fraenki
Copy link
Member

@fraenki fraenki commented Nov 19, 2018

full changelog added to #960

@fraenki fraenki added the feature Adding new functionality label Nov 19, 2018
@fraenki fraenki self-assigned this Nov 19, 2018
@fraenki
Copy link
Member Author

fraenki commented Nov 19, 2018

@fichtner Is it too late for OPNsense 18.7.8?

@fraenki
Copy link
Member Author

fraenki commented Nov 19, 2018

CPU Affinity Rules

Setup rules; they will globally be used if enabled:
cpuaff1

Assign one or more CPU affinity rules to a Public Service (frontend):
cpuaff2

This results in multiple HAProxy CPU affinity configurations:

global
    cpu-map                     1/1 0
    cpu-map                     2/all 0 1 2 3
    cpu-map                     all/2 8

frontend example
    bind-process 1 2
    bind 10.1.2.3:443 process 1/1 process 2/all

(This haproxy.conf is for demonstration purposes only, it's not considered particular useful.)

NOTE: It's absolutely possible to build nonfunctional combinations of rules, so be sure to always use the "Test Syntax" button before applying a new configuration.

@fraenki fraenki merged commit 64d5eca into opnsense:master Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding new functionality
Development

Successfully merging this pull request may close these issues.

1 participant