]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix 3PAR driver hiding existing host error
authorWalter A. Boring IV <walter.boring@hp.com>
Wed, 13 Mar 2013 21:35:16 +0000 (14:35 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Thu, 14 Mar 2013 16:54:51 +0000 (09:54 -0700)
commitf040e4d6e7d2c25ce626fa0ddd67ed0122bd22ae
tree4e37f9d3360fcd87c83318c60f19f8cf6cb8ab3e
parent2d84a97df28fae40a8b5b3d422a702794284beb8
Fix 3PAR driver hiding existing host error

This fixes a problem with the 3par drivers where creating
a 3par host was failing but there was no message.  The driver
would fail to find the host after the creation failed and the
log entry would show that the host didn't exist.   The real
error was failing to create the host.

bug #1154700

Change-Id: I2267d958f10cc73c6c5f34d224ea3452a4402f18
cinder/exception.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py