]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
IBM Storwize with pool-aware-cinder-scheduler
authorXiaoqin Li <lixqin@cn.ibm.com>
Thu, 25 Feb 2016 08:36:11 +0000 (00:36 -0800)
committerJay S Bryant <jsbryant@us.ibm.com>
Mon, 29 Feb 2016 20:19:47 +0000 (14:19 -0600)
commit406f0eb012def6087e989f35e26c72ec4f4f747e
tree425b793fa4a3e5fd574b959d17457a3c14e7afaa
parent077b8593ae40e759a04517c00767891e6e65228a
IBM Storwize with pool-aware-cinder-scheduler

Storwize cinder driver only supports config one pool
within one backend right now. This change adds support
for multi-pools aware for scheduler.
storwize_svc_volpool_name accepts a list of pools
separated by comma in cinder.conf now.

User-Visible Change
-------------------
DocImpact
The configuration flag storwize_svc_volpool_name
should be updated to a ListOpt.

Implements: bp Storwize-pool-aware-support
Change-Id: If6f1decf4d6244b1e04b05b8662d891fb16c6790
cinder/tests/unit/test_storwize_svc.py
cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py
cinder/volume/drivers/ibm/storwize_svc/storwize_svc_fc.py
cinder/volume/drivers/ibm/storwize_svc/storwize_svc_iscsi.py
releasenotes/notes/storwize-pool-aware-support-7a40c9934642b202.yaml [new file with mode: 0644]