]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Storwize: add config option to control flash copy rate
authorGerald McBrearty <gfm@us.ibm.com>
Fri, 20 Nov 2015 21:15:29 +0000 (15:15 -0600)
committerGerald McBrearty <gfm@us.ibm.com>
Thu, 3 Dec 2015 15:49:50 +0000 (09:49 -0600)
commit08c839511ca539072ae52500c1bb540a61803ff9
treefe427360a340d90e563f9ba70c2fb5042f7abf33
parent08ef2bed88b53fb28a70c02f0b9f378cee8409b0
Storwize: add config option to control flash copy rate

When creating a flash copy of a vdisk during a clone
or a snapshot operation the svcinfo mkfcmap operation
allows the specification of a copy rate for the flash copy.
The default copy rate is 50. The issue with 50 is it not
always an acceptable default copy rate for a particular
operator. Some operators want it slower but some want to
increase the default copy rate.

Adding a configuration option storwize_svc_flashcopy_rate
to allow an operator to specify the default flash copy
rate to be used when starting a vdisk flash copy on a
clone or snapshot operation.

DocImpact

Change-Id: Iffa50cf934f5d340a1f24ed3cfea8381b6dd6630
Closes-Bug: 1517185
cinder/tests/unit/test_storwize_svc.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py