]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add ProphetStor DPL Storage server volume driver for Cinder
authorRick Chen <rick.chen@prophetstor.com>
Mon, 11 Aug 2014 02:55:28 +0000 (10:55 +0800)
committerRick Chen <rick.chen@prophetstor.com>
Tue, 12 Aug 2014 01:26:25 +0000 (09:26 +0800)
commite188dc1c80c2213c7a580021006f042140c30f3b
tree9b62eda5da50d4b73ce2af8bbc706a6e34c64c11
parent79b6b98f210b47fb6313132ba8cfbb977bfb072e
Add ProphetStor DPL Storage server volume driver for Cinder

ProphetStor DPL Storage server enables x86 commodity hardware as
enterprise-grade storage systems.
*[2014/07/14] Remove roll-back function.
*[2014/07/16] Add decorate fiber zone manage utils in initialize_connection and
              terminate_connection.
              Use mock instead of mox in tests.
*[2014/07/21] Update cinder volume certification report.
*[2014/07/29] Openstack continuous integration platform test.
              Retry: 27
*[2014/07/31] Rebase
*[2014/08/06] Refine code
*[2014/08/11] Rebase and enhance to support thin/thick volume
Implements: blueprint prophetstor-dpl-driver
cinder-cert-results: https://bugs.launchpad.net/cinder/+bug/1354066
Change-Id: Iced5e45362aef4286bb7f1c848ab7cb3573b5c02
cinder/tests/test_prophetstor_dpl.py [new file with mode: 0644]
cinder/volume/drivers/prophetstor/__init__.py [new file with mode: 0644]
cinder/volume/drivers/prophetstor/dpl_fc.py [new file with mode: 0644]
cinder/volume/drivers/prophetstor/dpl_iscsi.py [new file with mode: 0644]
cinder/volume/drivers/prophetstor/dplcommon.py [new file with mode: 0644]
cinder/volume/drivers/prophetstor/options.py [new file with mode: 0644]
etc/cinder/cinder.conf.sample