]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Pool-aware scheduler support in EMC VNX Cinder driver
authorJeegn Chen <jeegn.chen@emc.com>
Thu, 15 Jan 2015 01:35:09 +0000 (20:35 -0500)
committerJeegn Chen <jeegn.chen@emc.com>
Wed, 18 Feb 2015 02:50:25 +0000 (10:50 +0800)
commitfe18635101dfdcff71776e6a8f2af9fa003db808
tree45616d1e052d52fcee79f35b223ae146c5781e46
parent7cd5fe6bb5b138a3df6665ae7c1fefa4da403f38
Pool-aware scheduler support in EMC VNX Cinder driver

Changed EMC VNX driver to report pools information in
update_volume_stats and removed the original pool selection
logic in VNX driver.
Besides, deprecated the VNX driver defined extra spec key
"storagetype:pool", since "pool_name" key is introduced by
the pool-aware scheduler feature to specify which pool to
place the volume.

Change-Id: Idd2b0008a3844ad9db72768e6016c63e7e4c5e98
Implements: blueprint pool-aware-cinder-scheduler-vnx
cinder/tests/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