]> 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)
committerSean McGinnis <sean_mcginnis@dell.com>
Thu, 2 Oct 2014 15:35:34 +0000 (10:35 -0500)
commit5cb23b67c53437fc51a6b37acac477fba4d6a7ab
treec32b349ac132a472044fa60b5615608e0b60d653
parent4ee48a69b8f2398e9eb7ae9b9ab9d9320a647638
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
cinder/volume/drivers/eqlx.py