]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix getting wwpn information in infortrend driver for DS4000
authorLee <jessy1092@gmail.com>
Tue, 23 Jun 2015 07:20:20 +0000 (15:20 +0800)
committerJessy Lee <jessy1092@gmail.com>
Tue, 30 Jun 2015 07:48:20 +0000 (07:48 +0000)
commit89a9703042a1b4849adbbf31af23cfaa31590269
treea38e0f0856872a91897d00a1379d208a5c26b544
parent87016e624b8dd5574d0c678e5869510b1358a7da
Fix getting wwpn information in infortrend driver for DS4000

For DS4000, we need to use 'BID' to get the wwpn information
because target ID was not 112 or 113 on DS4000.

It is compatible with other infortrend product.

Closes-Bug: 1469983

Change-Id: I230f79c1efe78bc49edb81ab605a2c70ffbdd31c
cinder/tests/unit/test_infortrend_cli.py
cinder/tests/unit/test_infortrend_common.py
cinder/volume/drivers/infortrend/eonstor_ds_cli/common_cli.py
cinder/volume/drivers/infortrend/infortrend_fc_cli.py
cinder/volume/drivers/infortrend/infortrend_iscsi_cli.py