]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix the format of the system name in VMAX driver
authorXing Yang <xing.yang@emc.com>
Fri, 27 Mar 2015 21:07:58 +0000 (17:07 -0400)
committerXing Yang <xing.yang@emc.com>
Fri, 27 Mar 2015 21:07:58 +0000 (17:07 -0400)
commit5490b47660382c867b42a4c7a589e65b61341755
treea8c517da3313f3d53111935227aefecdb0116409
parent177639b42623d58894ced7fc2e875af392d772eb
Fix the format of the system name in VMAX driver

There is a change in the format for system name in SMI-S for VMAX V3.
It was "SYMMETRIX+xxxxxx" previously and now it is changed to
"SYMMETRIX-+-xxxxxx". In this patch, the VMAX driver was modified
accordingly to support this format.

Change-Id: Ie7e349db13d6ad2562a296d3d0cb66089a54b800
Closes-Bug: #1437490
cinder/tests/test_emc_vmax.py
cinder/volume/drivers/emc/emc_vmax_utils.py