yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #88036
[Bug 1956770] Re: keepalived no_track implemented in >= 2.0.3
Reviewed: https://review.opendev.org/c/openstack/neutron/+/823970
Committed: https://opendev.org/openstack/neutron/commit/03d08dee3844710f09f15bb34f557d86666530da
Submitter: "Zuul (22348)"
Branch: master
commit 03d08dee3844710f09f15bb34f557d86666530da
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Mon Jan 10 11:50:35 2022 +0000
keepalived "no_track" implemented in version 2.0.3
Fix the version when keepalived implemented "no_track" feature [1].
[1]https://github.com/acassen/keepalived/blob/master/ChangeLog#L2722
Closes-Bug: #1956770
Change-Id: Id421c5fb36e50f7fdc5a84e04ad6a654c03e4244
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1956770
Title:
keepalived no_track implemented in >= 2.0.3
Status in neutron:
Fix Released
Bug description:
neutron sets the no_track flag for keepalived config when keepalived is installed in version >= 2.0.0
This breaks installations with keepalived between 2.0.0 and 2.0.2 because keepalived implemented the no_track option in version 2.0.3.(https://github.com/acassen/keepalived/blob/master/ChangeLog#L2722)
The following code should be set to 2.0.3 instead of 2.0.0
(https://opendev.org/openstack/neutron/src/branch/master/neutron/cmd/runtime_checks.py#L44)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1956770/+subscriptions
References