[Bug 1866361] Please test proposed package
Corey Bryant
corey.bryant at canonical.com
Wed Mar 11 15:11:13 UTC 2020
Hello Corey, or anyone else affected,
Accepted python-openstacksdk into stein-proposed. The package will build
now and be available in the Ubuntu Cloud Archive in a few hours, and
then in the -proposed repository.
Please help us by testing this new package. To enable the -proposed
repository:
sudo add-apt-repository cloud-archive:stein-proposed
sudo apt-get update
Your feedback will aid us getting this update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-stein-needed to verification-stein-done. If it does
not fix the bug for you, please add a comment stating that, and change
the tag to verification-stein-failed. In either case, details of your
testing will help us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: cloud-archive/stein
Status: Triaged => Fix Committed
** Tags added: verification-stein-needed
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
https://bugs.launchpad.net/bugs/1866361
Title:
[SRU] Connections to Neutron are not closed properly in v0.26.0
Status in Ubuntu Cloud Archive:
Invalid
Status in Ubuntu Cloud Archive stein series:
Fix Committed
Status in python-openstacksdk package in Ubuntu:
Invalid
Bug description:
[Impact]
<LarsErikP> Lars Erik Pedersen in #ubuntu-server reports the following issue:
The problem we're having is with octavia-dashboard. If you leave a
browser at the load-balancer page, apache starts to accumulate
threads, and will eventually run out of memory. I recently tested by
installin openstack 0.27.0 with pip, and that fixed the issue
He has tested with 0.27.0 installed from pip and it fixes the issue
for him.
The related fix we believe is
https://github.com/openstack/openstacksdk/commit/41740827c4702e8fcaebdf6adf7a2d49a557ec14
They do seem to be related, though s/pids/threads.
For more details on the original bug see:
https://storyboard.openstack.org/#!/story/2005306
[Test Case]
Deploy openstack stein with octavia + octavia-dashboard. Leave a browser at the load-balancer page, apache starts to accumulate threads, and will eventually run out of memory. Lars has volunteered to test this once it is in proposed.
Additional deployment/tempest regression testing will also be required
by the openstack team.
[Regression Potential]
This fix has already landed in the stable/stein branch upstream, helping to mitigate regression potential.
The version bump for stable/stein has been reviewed at:
https://review.opendev.org/#/c/649154/
The change does make an API change, as can be seen here (note the differences between Proxy and OpenStackSDKAdapter):
https://docs.openstack.org/openstacksdk/rocky/contributor/layout.html#proxy
https://docs.openstack.org/openstacksdk/stein/contributor/layout.html#proxy
The change requires a minimum of keystoneauth1==3.13.0, and we already
have 3.13.1 in the stein cloud archive.
[Discussion]
Plan is to bump python-openstacksdk from 0.26.0 to 0.27.0 for stein inline with upstream. This is not the typical process we follow, but in this case there is an API change and the only patch in the new minor release that affects package behavior is the the patch for this fix (the 3 other patches are to .zuul.yaml, .gitreview, and tox.ini).
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1866361/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list