-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue during poolMember manipulation (offline and disable states) #875
Comments
F5 version: '17.1.1.3', We are experiencing the same issue even while using the simplest of configs, no adminState, no priorityGroups, etc... We get the same error, even if are not updating the pool. We deploy once, we update something else in the Virtual server not related to the pool, and we get the same error. Workaround: This is our pool declaration that produces the same error,
|
@jrooty @sbarakett please can you open a new SR for this issue. Please link the SR to the GitHub issue. TY. |
Closing issue out as request SR |
I apologize for my ignorance, but I am not familiar with how to open an SR. If it was already opened can you please link it here. The bug is also documented in #868 which you left open. |
Environment
Summary
For a single AS3 call, when we add a new poolMember in 'active' state and change the current state for existing poolMember to 'offline' or 'disable', AS3 generates an issue.
Steps To Reproduce
Deploy first an application with only one poolMember
Then POST a new declaration :
Expected Behavior
Success.
Actual Behavior
To bypass this error, we have to introduce first the second member (in active state), then through a second AS3 call, disable the first member.
Thank you.
The text was updated successfully, but these errors were encountered: