Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 835232 Details for
Bug 1040405
Error: keepalived + ipvs with persistence: doesn't balance to other node if initial persistent node fails.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
keepalived.conf
keepalived.conf (text/plain), 1.91 KB, created by
Jose Luis Godoy
on 2013-12-11 11:26:10 UTC
(
hide
)
Description:
keepalived.conf
Filename:
MIME Type:
Creator:
Jose Luis Godoy
Created:
2013-12-11 11:26:10 UTC
Size:
1.91 KB
patch
obsolete
>vrrp_sync_group VG1 { > group { > VI_1 > } >} > >vrrp_instance VI_1 { > state MASTER > interface bond0 > lvs_sync_daemon_interface p8p1 > virtual_router_id 10 > priority 100 > advert_int 1 > authentication { > auth_type PASS > auth_pass cb7a9e8df183f71d > } > virtual_ipaddress { > 192.168.58.10/24 > #192.168.58.30/24 > } > virtual_ipaddress_excluded { > 192.168.58.10/24 > #192.168.58.30/24 > } >} > ># >### HTTP ### ># >virtual_server 192.168.58.10 80 { > delay_loop 5 > lb_algo rr > lb_kind DR > #persistence_timeout 5 > #persistence_granularity <NETMASK> > protocol TCP > > sorry_server 192.168.58.200 80 > > real_server 192.168.58.201 80 { > weight 1 > inhibit_on_failure > TCP_CHECK { > connect_timeout 3 > #connect_port 80 > nb_get_retry 3 > delay_before_retry 1 > } > } > real_server 192.168.58.202 80 { > weight 1 > inhibit_on_failure > TCP_CHECK { > connect_timeout 3 > #connect_port 80 > nb_get_retry 3 > delay_before_retry 1 > } > } >} > ># >### HTTPS ### ># >virtual_server 192.168.58.10 443 { > delay_loop 5 > lb_algo rr > lb_kind DR > persistence_timeout 3600 > persistence_granularity 255.255.255.255 > protocol TCP > > sorry_server 192.168.58.200 443 > > real_server 192.168.58.201 443 { > weight 1 > inhibit_on_failure > TCP_CHECK { > connect_timeout 3 > #connect_port 80 > nb_get_retry 3 > delay_before_retry 1 > } > } > real_server 192.168.58.202 443 { > weight 1 > inhibit_on_failure > TCP_CHECK { > connect_timeout 3 > #connect_port 80 > nb_get_retry 3 > delay_before_retry 1 > } > } >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1040405
: 835232