Bug 1217388
Summary: | "Connection pool is full, discarding connection" message on image creation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Ola Pavlenko <opavlenk> | ||||||||
Component: | rdo-manager-cli | Assignee: | Marek Aufart <maufart> | ||||||||
Status: | CLOSED NOTABUG | QA Contact: | Ami Jeain <ajeain> | ||||||||
Severity: | low | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | trunk | CC: | akrivoka, apevec, jruzicka, pbrady, yeylon | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | Kilo | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2015-06-01 11:49:31 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: | |||||||||||
Attachments: |
|
Created attachment 1020480 [details]
glance api.log
Created attachment 1020482 [details]
glance registry.log
This issues cannot be reproduced NOW and looks like fixed in some library which rdomanager-osc-plugin depends on or dependency versions were updated to consistent state. Should be closed. (In reply to Marek Aufart from comment #3) > This issues cannot be reproduced NOW and looks like fixed in some library > which rdomanager-osc-plugin depends on or dependency versions were updated > to consistent state. > > Should be closed. Closing |
Created attachment 1020479 [details] openstack overcloud image create --debug Description of problem: ------------------------------------------------------------------------------- Creating overcloud images using "openstack overcloud image create" and "openstack image create" returns "WARNING: urllib3.connectionpool Connection pool is full, discarding connection: 192.0.2.1" message Creating image using glance cli (e.g glance image-create) doesn't throw the message. Version-Release number of selected component (if applicable): ------------------------------------------------------------------------------- python-rdomanager-oscplugin-0.0.0-post44.el7.centos.noarch python-openstackclient-1.0.3-post3.el7.centos.noarch openstack-glance-2015.1-dev1.el7.centos.noarch How reproducible: ------------------------------------------------------------------------------- 100% Steps to Reproduce: ------------------------------------------------------------------------------- 1.pre-req: having images in dir. run "openstack overcloud image create" command Actual results: ------------------------------------------------------------------------------- $ openstack overcloud image create WARNING: urllib3.connectionpool Connection pool is full, discarding connection: 192.0.2.1 WARNING: urllib3.connectionpool Connection pool is full, discarding connection: 192.0.2.1 WARNING: urllib3.connectionpool Connection pool is full, discarding connection: 192.0.2.1 WARNING: urllib3.connectionpool Connection pool is full, discarding connection: 192.0.2.1 WARNING: urllib3.connectionpool Connection pool is full, discarding connection: 192.0.2.1 [stack@localhost ~]$ glance image-list +--------------------------------------+------------------------+-------------+------------------+-----------+--------+ | ID | Name | Disk Format | Container Format | Size | Status | +--------------------------------------+------------------------+-------------+------------------+-----------+--------+ | 18c1bf61-dd80-487b-aa7e-65e42f0c71d8 | bm-deploy-kernel | aki | aki | 5026624 | active | | 66027b9a-c7ab-42dc-a313-22318436ddfe | bm-deploy-ramdisk | ari | ari | 61618745 | active | | ba849eb5-f17c-4134-aac7-88abfb0cd250 | overcloud-full | qcow2 | bare | 958590464 | active | | e606c68c-635f-4bdb-b77b-4ff115e07a72 | overcloud-full-initrd | ari | ari | 33613713 | active | | 89db47b9-46c1-4483-859d-f457cd6aa3c1 | overcloud-full-vmlinuz | aki | aki | 5026624 | active | +--------------------------------------+------------------------+-------------+------------------+-----------+--------+ Expected results: -------------------------------------------------------------------------------No error, Warning. Images were successfully created. Additional info: See attached files