]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Multiple pools support enhancement in VNX cinder driver
authorTina <tina.tang@emc.com>
Mon, 18 May 2015 01:12:10 +0000 (21:12 -0400)
committerTina <tina.tang@emc.com>
Fri, 29 May 2015 04:22:20 +0000 (00:22 -0400)
commit2b04acc3ccc4c827f17e351b1a38b068cf11eb9a
tree395649cd7d84a0fc68721c6737adce9aadc01d4b
parentb6681fb3fb6ad1f82e87be059ba6c605d8728368
Multiple pools support enhancement in VNX cinder driver

This introduced a new option "storage_vnx_pool_names" which
replaced the existing option "storage_vnx_pool_name". The new option
allows user specify more than one pools to be managed by a vnx
cinder back end.

DocImpact
This change will introduce a new configuration option, so that the
documentation need to be updated.

Change-Id: Id6c3a1ecb32484fbd35dbb5814262103b322249e
Closes-Bug: 1456062
cinder/tests/unit/test_emc_vnxdirect.py
cinder/volume/drivers/emc/emc_cli_fc.py
cinder/volume/drivers/emc/emc_cli_iscsi.py
cinder/volume/drivers/emc/emc_vnx_cli.py