source: trunk/lvs/debian/config/etc/ha.d/ldirectord.cf @ 1292

Last change on this file since 1292 was 1292, checked in by mitchb, 15 years ago
Weight r-m the same as p-b and b-b because they're all uniprocessors LVS shows that r-m is consistently handling far more connections than p-b or b-b, as it should since we've been weighting them by amount of RAM. Unfortunately, the AMD SMP hangs have caused us to make these VMs uniprocessors, and I suspect that r-m's repeated brief SVN hiccups are due to handling more load than it's prepared for. So, until we can run SMPs again, number of virtual cores trumps amount of RAM.
File size: 1.5 KB
Line 
1checktimeout=5
2checkinterval=1
3autoreload=yes
4logfile="/var/log/ldirectord.log"
5quiescent=no
6
7# iptables rules caused SMTP to use FWM 3
8virtual=3
9        real=18.181.0.53:25 gate 1
10        real=18.181.0.57:25 gate 1
11        real=18.181.0.167:25 gate 6144
12        real=18.181.0.228:25 gate 6144
13        real=18.181.0.234:25 gate 3072
14        real=18.181.0.235:25 gate 3072
15        real=18.181.0.237:25 gate 3072
16        service=smtp
17        scheduler=wlc
18        persistent=600
19        protocol=fwm
20        checktype=negotiate
21        checkport=25
22
23# Apache (80, 443, and 444) uses FWM 2
24virtual=2
25        real=18.181.0.53 gate 1
26        real=18.181.0.57 gate 1
27        real=18.181.0.167 gate 6144
28        real=18.181.0.228 gate 6144
29        real=18.181.0.234 gate 3072
30        real=18.181.0.235 gate 3072
31        real=18.181.0.237 gate 3072
32        fallback=127.0.0.1 gate
33        service=http
34        request="heartbeat/http"
35        virtualhost="scripts.mit.edu"
36        receive="1"
37        checktype=negotiate
38        checkport=80
39        scheduler=wlc
40        persistent=600
41        protocol=fwm
42
43# Everything else uses FWM 1 and gets sent only to the primary
44virtual=1
45        real=18.181.0.53 gate "heartbeat/services", "1"
46        real=18.181.0.57 gate "heartbeat/services", "2"
47        real=18.181.0.167 gate "heartbeat/services", "3"
48        real=18.181.0.228 gate "heartbeat/services", "4"
49        real=18.181.0.234 gate "heartbeat/services", "5"
50        real=18.181.0.235 gate "heartbeat/services", "6"
51        real=18.181.0.237 gate "heartbeat/services", "7"
52        service=http
53        scheduler=wrr
54        protocol=fwm
55        checktype=negotiate
56        checkport=80
Note: See TracBrowser for help on using the repository browser.