yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #44263
[Bug 1532104] [NEW] VMware: Make http connection pool configurable
Public bug reported:
When nova-compute restarting, it will trigger soap requests to vCenter Server.
oslo.vmware set default http pool size to 10. [1]
This is not satisfy in large scale environment, in nova-compute log, there are lots of warning like:
WARNING urllib3.connectionpool [-] Connection pool is full, discarding connection
In this situation, users can not set the http pool size, the way we tune connection_pool is modify oslo.vmware code.
We can make it configurable in Nova vCenter driver side.
[1] https://review.openstack.org/#/c/206804/
** Affects: nova
Importance: Undecided
Assignee: Dongcan Ye (hellochosen)
Status: New
** Tags: vmware
** Changed in: nova
Assignee: (unassigned) => Dongcan Ye (hellochosen)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1532104
Title:
VMware: Make http connection pool configurable
Status in OpenStack Compute (nova):
New
Bug description:
When nova-compute restarting, it will trigger soap requests to vCenter Server.
oslo.vmware set default http pool size to 10. [1]
This is not satisfy in large scale environment, in nova-compute log, there are lots of warning like:
WARNING urllib3.connectionpool [-] Connection pool is full, discarding connection
In this situation, users can not set the http pool size, the way we tune connection_pool is modify oslo.vmware code.
We can make it configurable in Nova vCenter driver side.
[1] https://review.openstack.org/#/c/206804/
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1532104/+subscriptions
Follow ups