-
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
The requested Pool Member already exists in partition <name> when using shareNodes #868
Comments
May be related to bug #875 F5 version: '17.1.1.3', 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. This is our pool declaration that produces the same error,
|
Hi, want to let you know, we have reproed the issue in lab, and filed a bug ID for this issue. Now, Workaround is to use "serverAddresses" instead of "servers" for all the new added Pool Member."serverAddresses": [ ------Instead of--------------------- "servers": [ |
Hi, the workaround does not follow our standards naming conventions and standards, we will wait for the bug fix.
Another work around is to delete the tenant and re-deploy, which also does fit our blue green strategy.
Thank you, waiting for bug fix.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: eos500n2000 ***@***.***>
Sent: Tuesday, October 22, 2024 12:38:22 PM
To: F5Networks/f5-appsvcs-extension ***@***.***>
Cc: sbarakett ***@***.***>; Comment ***@***.***>
Subject: Re: [F5Networks/f5-appsvcs-extension] The requested Pool Member already exists in partition <name> when using shareNodes (Issue #868)
Hi, want to let you know, we have reproed the issue in lab, and filed a bug ID for this issue.
Now, Workaround is
to use "serverAddresses" instead of "servers" for all the new added Pool Member.
"serverAddresses": [
"1.1.1.1"
],
------Instead of---------------------
"servers": [
{
"address": "1.1.1.1",
"name": "localGateway"
}
],
—
Reply to this email directly, view it on GitHub<#868 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADKOUD3D3CHF2JVL5ZFRYSTZ4Z5P5AVCNFSM6AAAAABMSVCWB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRZG42TOOJTGI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi, |
As I know , this fix will be included in Dec.2024 release. |
Environment
Summary
When creating a pool with a member that is defined in "servers" property, it results in an error message saying that the node exists in the Partition relating to the pool itself.
Steps To Reproduce
Steps to reproduce the behavior:
Expected Behavior
I have several other pools using this methodology using FQDN nodes and it doesn't cause issues.
For example, replace the pool with
If using this, you can re-issue the declaration and it will work.
Actual Behavior
You get the error from #3.
Work around
You can avoid this if you are okay with not naming your nodes. For example, if using "serverAddresses"
The text was updated successfully, but these errors were encountered: