]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add fast format option for thick volume creation
authorXiaoqin Li <xiaoqin.li@hotmail.com>
Sun, 4 Oct 2015 17:59:37 +0000 (10:59 -0700)
committerxiaoqin <lixqin@cn.ibm.com>
Thu, 8 Oct 2015 09:08:27 +0000 (09:08 +0000)
commita75b6f3da3dbc290f4bbe640f14d05de09b66186
treeb797d2b17b11acf3cbca265177d6f5676af8c25d
parentbe7374b32e4ff358120b756f657c6a5f5b899005
Add fast format option for thick volume creation

Add option for user to disable fast format at thick
provisioned volume creation in IBM Storwize cinder.
The default value is False and clients who do not want
to do Fast Format for thick volume, they can set this
parameter to True.

DocImpact: Add fast format option
Change-Id: Ib627696b91c336d09de6066ee70ee518fca5a7a9
Closes-Bug: 1502404
cinder/tests/unit/test_storwize_svc.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/ibm/storwize_svc/helpers.py