-
Notifications
You must be signed in to change notification settings - Fork 2
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
CFE v1.4.0 not working after IOS Upgrade to version 15.1.0.5 #48
Comments
Did the reimport correct the failover or just the folder structure? |
6 similar comments
Did the reimport correct the failover or just the folder structure? |
Did the reimport correct the failover or just the folder structure? |
Did the reimport correct the failover or just the folder structure? |
Did the reimport correct the failover or just the folder structure? |
Did the reimport correct the failover or just the folder structure? |
Did the reimport correct the failover or just the folder structure? |
Yes, reimport RPM file resolved issue. |
1 similar comment
Yes, reimport RPM file resolved issue. |
I've been able to reproduce this behavior internally. We've created item AUTOSDK-448 to track this |
This looks to still be happening, I experienced the same from 15.1.0.4 to 15.1.2. There needs to be an entry on FAQ that covers this, during an upgrade these things need to be checked. |
@jmcalalang - Thanks for reporting it. I agree it should be added in FAQ. |
I'll upgrade and check, I don't see this called out as a resolution to a bug, is it something that may be hidden under another title? (side note, we should have issues mapped to resolutions :)) |
confirmed this happens on 1.5 it isnt related to CFE version, its related to icontrolLX bug which is being worked on. |
This bug is being tracked here. |
Thanks for update. |
After upgrading BIP-IP( hosted in Azure cloud) to version 15.1.0.5, Cloud failover functionality stopped working. Per checking found that RPM file(f5-cloud-failover) was visible in iApps from GUI but it was missing when checked from CLI at location /var/config/rest/iapps.
Workaround: Uninstall f5-cloud-failover(RPM) and Import again.
BEFORE
[user@Big-IP:Standby:In Sync] ~ # cd /var/config/rest/iapps/
[user@Big-IP:Standby:In Sync] iapps # ls -lrt
total 12
drwxr-xr-x. 2 root root 4096 Aug 29 02:36 RPMS
drwxr-xr-x. 9 restnoded restnoded 4096 Aug 29 02:36 f5-appsvcs
AFTER RE-IMPORT
[user@Big-IP:Standby:In Sync] ~ # cd /var/config/rest/iapps/
[user@Big-IP:Standby:In Sync] iapps # ls -lrt
total 12
drwxr-xr-x. 2 root root 4096 Aug 29 02:36 RPMS
drwxr-xr-x. 9 restnoded restnoded 4096 Aug 29 02:36 f5-appsvcs
drwxr-xr-x. 4 restnoded restnoded 4096 Aug 29 04:23 f5-cloud-failover ==> This folder was missing
The text was updated successfully, but these errors were encountered: