]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Change iogrp property when retyping for Storwize/SVC
authorLi Min Liu <liminliu@cn.ibm.com>
Tue, 1 Apr 2014 09:08:37 +0000 (17:08 +0800)
committerLi Min Liu <liminliu@cn.ibm.com>
Fri, 4 Apr 2014 04:50:25 +0000 (12:50 +0800)
commit5c336123d3252e7fc4e1aeabd853457ab05838be
tree21a21dfaf34dda76113b06b17e394167c01dc417
parent6b3d177695ef360fce9454c890fd262d2429e0b8
Change iogrp property when retyping for Storwize/SVC

If need migration when retyping, Storwize/SVC driver will add a copy
of the volume first, and then start a task to check volume sync
progress which will run each 10 mins. At last delete the origin copy
when sync finished.

But iogrp property is not a parameter of addvdiskcopy, so the iogrp
of the copy volume is the same as the origin. If iogrp property is
diff between the old and new volume type, the property will not
change when retyped.

Change-Id: Ie4414bcf95fa6e61d7d618618f48837eef740da4
closed-bug: #1298247
cinder/tests/test_storwize_svc.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/ibm/storwize_svc/helpers.py
cinder/volume/drivers/ibm/storwize_svc/ssh.py