2020-05-22 05:24:19 -0500 | 获得奖牌 | ● 著名问题 (source) |
2019-11-26 05:14:54 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2019-08-16 11:27:10 -0500 | 回答问题 | nova api calls slow for non-admin users We found it. Turned out it was an issue with the neutron policy.json; the system was missing this commit: "Postpone heavy policy check for ports to later" de167d355d5ba314ab5732b4812251b86df00151 https://github.com/openstack/neutron/commit/de167d355d5ba314ab5732b4812251b86df00151#diff-335462891f7178710c6ca7185f9f877 (https://github.com/openstack/neutron/...) As a result, it was doing the more costly checks before the quicker ones. We applied the change and things sped up again. |
2019-08-16 11:21:45 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2019-07-17 10:44:24 -0500 | 获得奖牌 | ● 组织者 (source) |
2019-07-17 09:35:15 -0500 | 获得奖牌 | ● 编辑 (source) |
2019-07-11 06:24:24 -0500 | 问了问题 | nova api calls slow for non-admin users Hi! I'm looking at a Newton deployment where commands like EDIT: The slow calls are the calls via the neutronclient, to ports.json . For the member user, these take approx 10s apiece. For the admin user, these take approx 200 ms apiece. EDIT 2: Turns out |