Forum Discussion

MyRadar_119822's avatar
MyRadar_119822
Icon for Nimbostratus rankNimbostratus
Apr 25, 2013

Disable persist

I would like to disable the persist on the round robin nodes.

 

Google and found this one. I am not sure if it is correct one. Can anyone help?

 

 

when LB_SELECTED {

 

if { [LB::server priority] < 2 } {

 

persist none

 

}

 

 

 

 

Thanks

 

 

 

 

 

 

2 Replies

  • Google and found this one. I am not sure if it is correct one. Can anyone help?you do not want to persist when priority group 1's pool member is selected, do you? if so, the irule is correct.
  • Colin_Walker_12's avatar
    Colin_Walker_12
    Historic F5 Account
    We'd need a little bit more information as to what you're trying to accomplish to answer with 100% certainty, but I think nitass' guess is probably spot on (not shockingly). If you've got something else you're trying to achieve, let us know.

     

     

    Colin