Bug 1301634 - oslo.messaging holds connections when replies fail
Summary: oslo.messaging holds connections when replies fail
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-oslo-messaging
Version: 5.0 (RHEL 7)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: async
: 5.0 (RHEL 7)
Assignee: Flavio Percoco
QA Contact: Udi Shkalim
URL:
Whiteboard:
: 1120310 (view as bug list)
Depends On: 1276166 1315842
Blocks: 1157848 1302852 1304073 1304080
TreeView+ depends on / blocked
 
Reported: 2016-01-25 15:03 UTC by Flavio Percoco
Modified: 2016-09-06 16:27 UTC (History)
16 users (show)

Fixed In Version: python-oslo-messaging-1.3.1-6.el7ost
Doc Type: Bug Fix
Doc Text:
Clone Of: 1298264
: 1302852 1304073 1304076 1304079 (view as bug list)
Environment:
Last Closed: 2016-02-11 13:44:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 2604791 0 None None None 2016-09-06 16:27:40 UTC
Red Hat Product Errata RHBA-2016:0167 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform Bug Fix Advisory 2016-02-11 18:41:37 UTC

Comment 8 Udi Shkalim 2016-02-07 17:27:01 UTC
Verified on:
python-cinderclient-1.0.9-1.el7ost.noarch
python-cinder-2014.1.5-4.el7ost.noarch
openstack-cinder-2014.1.5-4.el7ost.noarch
python-oslo-messaging-1.3.1-7.el7ost.noarch



# mount | grep 'glance\|cinder'
10.35.64.11:/vol/vol_rhos_auto_nfs on /var/lib/cinder/mnt/b412ab27c39458e94f0027cd1aff3877 type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.35.64.11,mountvers=3,mountport=4046,mountproto=ud
p,local_lock=none,addr=10.35.64.11)

[root@puma08 ~(keystone_admin)]# glance image-list
+--------------------------------------+--------+-------------+------------------+----------+--------+
| ID                                   | Name   | Disk Format | Container Format | Size     | Status |
+--------------------------------------+--------+-------------+------------------+----------+--------+
| ef550f86-3ca5-45f8-8e00-b3836b698e24 | cirros | qcow2       | bare             | 13147648 | active |
+--------------------------------------+--------+-------------+------------------+----------+--------+

[root@puma08 ~(keystone_admin)]# cinder create 1 --image-id ef550f86-3ca5-45f8-8e00-b3836b698e24
+---------------------+--------------------------------------+
|       Property      |                Value                 |
+---------------------+--------------------------------------+
|     attachments     |                  []                  |
|  availability_zone  |                 nova                 |
|       bootable      |                false                 |
|      created_at     |      2016-02-07T17:24:39.284042      |
| display_description |                 None                 |
|     display_name    |                 None                 |
|      encrypted      |                False                 |
|          id         | 4fa1c71e-da55-43df-8fc2-6e015d5c593c |
|       image_id      | ef550f86-3ca5-45f8-8e00-b3836b698e24 |
|       metadata      |                  {}                  |
|         size        |                  1                   |
|     snapshot_id     |                 None                 |
|     source_volid    |                 None                 |
|        status       |               creating               |
|     volume_type     |                 None                 |
+---------------------+--------------------------------------+
[root@puma08 ~(keystone_admin)]# cinder list
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
|                  ID                  |   Status  | Display Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
| 4fa1c71e-da55-43df-8fc2-6e015d5c593c | available |     None     |  1   |     None    |   true   |             |
| b82c4be3-12e4-4e27-8385-48e2f4f61cab | available |     None     |  1   |     None    |  false   |             |
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+

Comment 10 errata-xmlrpc 2016-02-11 13:44:20 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-0167.html

Comment 11 Peter Lemenkov 2016-07-26 11:25:18 UTC
*** Bug 1120310 has been marked as a duplicate of this bug. ***


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