]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add Fujitsu ETERNUS DX Volume Driver (again)
authorYusuke Hayashi <hayashi-yusuke@jp.fujitsu.com>
Tue, 6 Oct 2015 16:50:32 +0000 (01:50 +0900)
committerYusuke Hayashi <hayashi-yusuke@jp.fujitsu.com>
Tue, 29 Dec 2015 23:59:16 +0000 (08:59 +0900)
commiteae4cb955132cf2cac649a41f6e5aec31f5fef64
tree4963fd93a804cc37d74bd553e1a45061bb0f7b11
parent2f5fcf8f38fbe47029dce808c7e7cbe9bbd4903d
Add Fujitsu ETERNUS DX Volume Driver (again)

This driver supports FUJITSU Storage ETERNUS DX.
The volume driver for ETERNUS DX dropped at Kilo,
because we could not prepare 3rd party CI until deadline (Kilo-3).
I upload it again for Mitaka release.

[Supported Protocol]
 - iSCSI

[Supported Feature]
 - Volume Create/Delete
 - Volume Attach/Detach
 - Snapshot Create/Delete
 - Create Volume from Snapshot
 - Get Volume Stats
 - Copy Image to Volume,
 - Copy Volume to Image
 - Clone Volume
 - Extend Volume

DocImpact
Change-Id: Iea6ed679616ccf4bd7aa0c5f6ad6067aa1bed7f6
Implements: blueprint fujitsu-eternus-dx-driver
cinder/opts.py
cinder/tests/unit/volume/drivers/test_fujitsu.py [new file with mode: 0644]
cinder/volume/drivers/fujitsu/__init__.py [new file with mode: 0644]
cinder/volume/drivers/fujitsu/eternus_dx_common.py [new file with mode: 0644]
cinder/volume/drivers/fujitsu/eternus_dx_iscsi.py [new file with mode: 0644]
releasenotes/notes/fujitsu-eternus-dx-iscsi-e796beffb740db89.yaml [new file with mode: 0644]
tests-py3.txt