Forum Discussion
Jamie_Cravens
Nimbostratus
Feb 28, 2007point to different Pools w/ different persistence
I have the following iRule configured, but each pool needs to use a different Persistence Profile. How can I accomplish this?
when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/member"}...
unRuleY_95363
Mar 05, 2007Historic F5 Account
That's classic non-OneConnect behavior. The LB_SELECTED event is only fired when a load-balancing decision is made. And of course, persistence only plays a factor when the load-balancing decision is made.
As a side effect of OneConnect, load-balancing will occur on every request. However, without OneConnect, load-balancing only occurs when the pool changes. Any subsequent requests that happen to go to the same pool will stay connected to the last pool member.
So, you have two ways you can change this behavior: 1) Add OneConnect; 2) at the beginning of HTTP_REQUEST call LB::detach.
HTH
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
