RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1217388 - "Connection pool is full, discarding connection" message on image creation
Summary: "Connection pool is full, discarding connection" message on image creation
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: RDO
Classification: Community
Component: rdo-manager-cli
Version: trunk
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: Kilo
Assignee: Marek Aufart
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-30 09:31 UTC by Ola Pavlenko
Modified: 2015-06-04 22:08 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-01 11:49:31 UTC
Embargoed:


Attachments (Terms of Use)
openstack overcloud image create --debug (31.04 KB, text/plain)
2015-04-30 09:31 UTC, Ola Pavlenko
no flags Details
glance api.log (92.04 KB, text/plain)
2015-04-30 09:32 UTC, Ola Pavlenko
no flags Details
glance registry.log (39.57 KB, text/plain)
2015-04-30 09:33 UTC, Ola Pavlenko
no flags Details

Description Ola Pavlenko 2015-04-30 09:31:20 UTC
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

Comment 1 Ola Pavlenko 2015-04-30 09:32:22 UTC
Created attachment 1020480 [details]
glance api.log

Comment 2 Ola Pavlenko 2015-04-30 09:33:12 UTC
Created attachment 1020482 [details]
glance registry.log

Comment 3 Marek Aufart 2015-06-01 11:13:34 UTC
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.

Comment 4 Marek Aufart 2015-06-01 11:49:31 UTC
(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


Note You need to log in before you can comment on or make changes to this bug.