Bug 1737012
| Summary: | Neutron API List Ports Performance regression | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Poul Udovenko <biggrundik> |
| Component: | openstack-neutron | Assignee: | Slawek Kaplonski <skaplons> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Eran Kuris <ekuris> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15.0 (Stein) | CC: | amuller, chrisw, scohen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-12 08:07:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Poul Udovenko
2019-08-02 09:53:20 UTC
I use: service_plugins = router, neutron.services.qos.qos_plugin.QoSPlugin If use: service_plugins = router [root@ctrl1 paveludovenko]# time neutron port-list | wc -l neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. 78 real 0m2.335s user 0m1.510s sys 0m0.248s Today I tested it on neutron packages installed from https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=947015 - it's version openstack-neutron-14.0.3-0.20190809100451.2e15b18 and I had results like below: (overcloud) [stack@undercloud-0 ~]$ time neutron port-list | wc -l neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. 222 real 0m4.341s user 0m0.993s sys 0m0.094s (overcloud) [stack@undercloud-0 ~]$ time neutron port-list | wc -l neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. 222 real 0m4.337s user 0m1.075s sys 0m0.130s (overcloud) [stack@undercloud-0 ~]$ time neutron port-list | wc -l neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. 222 real 0m2.973s user 0m1.020s sys 0m0.099s So IMO this problem is now fixed and I will close this BZ as CURRENTRELEASE If You have other way to reproduce this issue on current OSP-15 released package, feel free to reopen this BZ or create new one. (In reply to Slawek Kaplonski from comment #4) > Today I tested it on neutron packages installed from > https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=947015 - it's > version openstack-neutron-14.0.3-0.20190809100451.2e15b18 and I had results > like below: > ... > So IMO this problem is now fixed and I will close this BZ as CURRENTRELEASE > If You have other way to reproduce this issue on current OSP-15 released > package, feel free to reopen this BZ or create new one. Yu use neutron.services.qos.qos_plugin.QoSPlugin in service plugin? @Poul: Yes, I had QoS service plugin enabled in my config. |