You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot change Pool from FQDN to IP If the resolved FQDN contains the same node IPs. We initially reported this issue in #572 and requested a fix for this as well, however we only discovered today that switching from FQDN back to IP pools still fails with same error as reported in #572 .
Steps To Reproduce
Steps to reproduce the behavior:
Submit the following declaration to configure a FQDN node:
*Its important to repro that the IP pool has the same IP as the previously declared FQDN pool. This example is using www.f5.com which could change its IP over time.
We are testing migrating from LTM pools with static IPs to pools with FQDN nodes.
After completing github issue #572 we could replace pools with static IPs to the same pool with FQDN nodes. In the event we need to rollback the FQDN change, we can't go the other direction of replacing pools with FQDN nodes back to static IP.
We would like to modify the existing pool from type FQDN to type IP. Only one type should be configured at any given time. We don't want a combination of IP and FQDN nodes- just one or the other.
We expected AS3 to do this declaratively in a transaction and replace the FQDN nodes with IP nodes, but it's throwing a TMOS exception.
Environment
Summary
Cannot change Pool from FQDN to IP If the resolved FQDN contains the same node IPs. We initially reported this issue in #572 and requested a fix for this as well, however we only discovered today that switching from FQDN back to IP pools still fails with same error as reported in #572 .
Steps To Reproduce
Steps to reproduce the behavior:
Then submit another declaration changing the pool to IP:
*Its important to repro that the IP pool has the same IP as the previously declared FQDN pool. This example is using www.f5.com which could change its IP over time.
Expected Behavior
Pool is changed from type FQDN to IP without error or additional user intervention.
Actual Behavior
AS3 produces an error response when changing from type FQDN to type IP when the node IPs overlap.
The text was updated successfully, but these errors were encountered: