]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixed server name being retained after detach in LeftHand
authorAnthony Lee <anthony.mic.lee@hp.com>
Thu, 25 Sep 2014 12:10:05 +0000 (05:10 -0700)
committerAnthony Lee <anthony.mic.lee@hp.com>
Thu, 15 Jan 2015 18:15:36 +0000 (10:15 -0800)
commit891aa3c6024bc68a2434a24244b66b3dc9942bb3
tree323e790578c46103d87eac9d1f631f537487bffe
parent309efa5db4fe2638d79eb8e1d1a0dc60d99683f4
Fixed server name being retained after detach in LeftHand

There was an issue with the LeftHand driver where the
initiator names of servers were not being removed when the last
volume attached to that server was detached.

This fix will now remove the server from the LeftHand backend
when no more volumes are attached to it.

Closes-Bug: #1353137
Change-Id: I58be39d14979e1d3966232095cb49693c1424f8a
cinder/tests/test_hplefthand.py
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py