]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
IBM Storwize:Failed to retype from non-type to replication enable
authorTaoBai <baitaosh@cn.ibm.com>
Thu, 18 Sep 2014 08:49:47 +0000 (11:49 +0300)
committerTaoBai <baitaosh@cn.ibm.com>
Wed, 24 Sep 2014 05:01:55 +0000 (05:01 +0000)
commitea32e07f36781c2c0c7a0aa28817cc2df23df32d
tree14dbf90cd47015035d1c2cef536868b003578a3d
parentd5d2744a70c45266b848702906021feaa3958f88
IBM Storwize:Failed to retype from non-type to replication enable

It used none as volume type to create replication. Storwize Driver
did not check whether it's none.
Change to use new type to create replication.

Closes-bug: #1369815

Change-Id: I78501e1d3558bd6c3e6e1abb0c312cec7d11efd4
cinder/tests/test_storwize_svc.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/ibm/storwize_svc/replication.py