Closed pjbreaux closed 7 years ago
To workaround this issue:
If mutliple listeners are sharing a pool (in neutron lbaas) and one of the corresponding virtual servers does not have the associated pool on the BIG-IP device, one can perform an lbaas-pool-update
command on that pool. This will cause the driver to retrieve updated information for that pool from the neutron database, and the agent will then associate the pool with the virtual server.
@pjbreaux Two PRs for one issue ?
Agent Version
found in newton, but applicable to mitaka and possibly liberty
OpenStack Release
found in newton, but applicable to mitaka and possibly liberty -- @jlongstaf will verify liberty
Bug Severity
For bugs enter the bug severity level. Do not set any labels.
Severity: <Fill in level: 1 through 5>
Severity level definitions:
Description
A shared pool is one which is associated with multiple listeners. There is a period of time where the pool is not updated with associated listeners, and that period of time could overlap with the building of the service object. If it does, then the pool's list of listeners may not be accurate. This means the service would be built based on stale information. The listener, however, does have the correct references to its associated pool. We will tweak the service object to reflect this fact. We can have the agent rely upon the listener's view of its pool, instead of relying upon the pool's view of the listeners. This issue tracks cleaning up the service object to reflect this change.