Closed mikeoleary closed 2 years ago
It appears the incorrect address count may the square of the true IPv6 addr count, plus the IPv4 addr count.
During testing with AWS m5.xlarge, it appears that logs are showing that CFE is counting each IPv6 address: -5 times when 5 Virtual Addresses are configured -4 times when 4 Virtual Addresses are configured -3 times when 3, etc
So in my test, CFE function error/failure occurs after 4x IPv6 VIPs are configured (+1 IPv4 = 17 addresses, as shown in logs above). However in customer test they could deploy extremely large VM to get a few more VIPs (not an acceptable workaround, and they need more VIPs still).
This issue is being tracked internally with ID AUTOSDK-555.
@shyawnkarim - unfortunately we need this issue re-opened and addressed. This was supposed to be fixed in CFE v1.9.0 and I even successfully tested a pre-release that was provided to me by a developer. However, I did not download and test the official release, once 1.9 was released, and now the customer is hitting this same issue with 1.9.0
Please prioritize if possible as this customer has been waiting over 6 months for this bug fix that is delaying production implementation.
Thanks Shyawn for updating me. For anyone following the issue, this bug was fixed shortly after CFE v1.9.0 was released, so the fix is planned to be released with the next release of CFE and we don't have a ETA for that release at this moment.
Closing.
This issue was addressed with Release 1.10.
Do you already have an issue opened with F5 support?
No.
Description
CFE failover in AWS with IPv6 addresses. CFE appears to "count" each IPv6 address multiple times, thereby incorrectly reporting
In this case I have only 1x IPv4 addr, and 4x IPv6 addresses, but CFE appears to count this as 17 addresses to move. This can be seen all through the logs and from what I can tell it is not dependent on the number of VS's a virtual address has. Ie., if I have 2 VIPs with different ports and same IP, the address looks like it's still counted 4 or 5 times. If I have 1 VIP, it's still counted 4 or 5 times.
Very simple replication of issue
Environment information
For bugs, enter the following information:
Severity Level
For bugs, enter the bug severity level. Do not set any labels.
Severity: 2
I have created this as Sev 2 because it's blocking a prod migration for this customer, who has already reported multiple issues with IPv6 and CFE in AWS. However this one looks like a show stopper for their migration.