Forum Discussion
RMair
Nimbostratus
Mar 31, 2020Minimal Service Levels in Pool selections
There could probably be better title, but that`s all I could come up with. I`m trying to set up a VS/Pool for a series of file servers running S3 protocol. I have a total of 10 backend servers...
Samir
MVP
Mar 31, 2020You can try other options per my knowledge. Create two pool http_pool1 and http_poo2 with 5 members.
Now you can manipulate the traffic if primary pool(http_pool1) member fail 4/5 node.
Hope below iRule will work...
when HTTP_REQUEST {
if { [active_members http_pool1] >= 4 } {
pool http_pool1
} else {
pool http_pool2
}
}Try and let us know..
- RMairMar 31, 2020
Nimbostratus
That seems simple enough. I'll give it a try and see if it gives me the right result.
Thanks
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
