Skip to content
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

FQDN node entries up when down #113

Open
timriker opened this issue Jun 29, 2022 · 0 comments
Open

FQDN node entries up when down #113

timriker opened this issue Jun 29, 2022 · 0 comments

Comments

@timriker
Copy link
Collaborator

timriker commented Jun 29, 2022

FQDN node entries report up for the parent, when the iRule shows them as down.

Example json:

{
"success": true,
"poolname": "/Common/pool_test.something_HTTPS",
"memberstatuses": {
"143.204.29.101:443": "up",
"143.204.29.84:443": "up",
"143.204.29.49:443": "up",
"143.204.29.6:443": "up",
":::443": "down"
}
}

The FQDN entry itself shows up as "::" and the nodes that dns resolves to show up as the IPs.

in this case the pool entry had: data-member="any6:443" but the poll irule returned :::443 which might be the issue.

The BIG-IP ui shows the parent as up, but the irule shows it down. Not sure which we should trust. :)

Need to confirm if the irule is reporting correctly, and if so, probably update the status correctly on poll.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant