]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Storwize/SVC driver detach volume failed
authorLi Min Liu <liminliu@cn.ibm.com>
Tue, 22 Apr 2014 02:56:54 +0000 (10:56 +0800)
committerLi Min Liu <liminliu@cn.ibm.com>
Sun, 27 Apr 2014 06:32:13 +0000 (14:32 +0800)
commita221a30b32aa94077f352719b2637b51c1809069
tree27d6affa8d9a0974b0cfc73e664e0a0fc66c236b
parent4a392e658c6aa0b5574f26a270305150f521b130
Storwize/SVC driver detach volume failed

If config two backends on the same storage, but the protocol is
different, one is FC and the other is iSCSI,  that will create two
hosts on the storage.

When detaching the volume which is attached to the iSCSI host, the
driver will get FC host by default, that causes volume status keeps
'detaching'.

Change-Id: Idbdb3861574197549625b4a6b6141197e42857ff
Closes-Bug: #1310559
cinder/tests/test_storwize_svc.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py