]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use symbol for error code in VNX cinder driver
authorCedric Zhuang <cedric.zhuang@emc.com>
Thu, 21 May 2015 11:26:23 +0000 (04:26 -0700)
committerCedric Zhuang <cedric.zhuang@emc.com>
Fri, 26 Jun 2015 09:50:05 +0000 (02:50 -0700)
commit47e99384a78793558acb1a6ba92677bab576665d
tree2d842526292509357279473a021ed9c3309f2c7f
parentbff548c6902742d3fc7c43996816fffe76b408ca
Use symbol for error code in VNX cinder driver

Some of the error code of VNX CLI is scattered in the code and is
not coded as a constant.

Gather all VNX error codes in the VNXError class and compose a new
method to check the error in the CLI output.  If no specific error
is supplied, check all available errors in the output.

Change-Id: I145803fbe9fc36dcf432c9aa4d90245790a69859
Closes-Bug: #1454905
cinder/tests/unit/test_emc_vnxdirect.py
cinder/volume/drivers/emc/emc_vnx_cli.py