]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Handle eqlx SSH connection close on abort.
authorSean McGinnis <sean_mcginnis@dell.com>
Fri, 26 Sep 2014 20:21:35 +0000 (15:21 -0500)
committerThierry Carrez <thierry@openstack.org>
Wed, 8 Oct 2014 10:29:25 +0000 (12:29 +0200)
commit04cd35fd88768ec0f5d23619cec2df4981ee7d8c
tree843ba63cd51cd0f5bebd10535743ed761998e2ec
parent20d1476624d7257bd7f5439a54f802fd4f20f765
Handle eqlx SSH connection close on abort.

EqualLogic array CLI operation timeout causes the
SSH thread to be aborted. This would cause SSH
sessions to be orphaned and hit a max connection
limit on the array. This fix catches these aborts
and makes sure the connection is closed.

Change-Id: I9392fd5dd79eb44f252bf50217f17cc473e6f2f0
Closes-Bug: 1374613
(cherry picked from commit 5cb23b67c53437fc51a6b37acac477fba4d6a7ab)
cinder/volume/drivers/eqlx.py