]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix 3PAR driver hang on SSH calls
authorKurt Martin <kurt.f.martin@hp.com>
Mon, 15 Dec 2014 23:14:42 +0000 (15:14 -0800)
committerKurt Martin <kurt.f.martin@hp.com>
Tue, 16 Dec 2014 18:07:54 +0000 (10:07 -0800)
commit3f9770d2c0fd76070214ca85e0dd81b9f1924011
treea4cb969a7dd8f80f823d051da77b42c9a7dee6d2
parent40995e4434a5c8d5fba1459e82ce0e33e593189d
Fix 3PAR driver hang on SSH calls

In removing the 3PAR driver local file locks, part of the fix included
making a new SSH connection for each call in the hp3parclient as
oppose to leaving a connection open. Older hp3parclients(3.1.1 and
later) will result in the SSH calls hanging at driver initilization time.

This patch will now check against the correct minimum hp3parclient version
and remove the need for checking of the SSH args version since the minimum
hp3parclient is now greater than 3.1.1
Closes-Bug: #1402115

Change-Id: Ic162a1a469e85fa36501d4de245fe16738d3aefa
cinder/tests/fake_hp_3par_client.py
cinder/tests/test_hp3par.py
cinder/volume/drivers/san/hp/hp_3par_common.py