]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add Fujitsu ETERNUS DX support
authorJun Ishizaki <j-ishizaki@jp.fujitsu.com>
Tue, 5 Aug 2014 01:21:45 +0000 (10:21 +0900)
committerJun Ishizaki <j-ishizaki@jp.fujitsu.com>
Mon, 1 Sep 2014 07:57:04 +0000 (07:57 +0000)
commit83a27ee2535c4df9660427f4a89a4e8ce6bbd0bf
tree5596123b979c72fa3b46189f523c3d6872a01959
parent8a07052ce616faff732fecf3b5b306b35954c372
Add Fujitsu ETERNUS DX support

 This driver had them correspond to FUJITSU ETERNUS DX.
 This driver supports ETERNUS DX S2 and the S3 series.

 The driver runs volume operations by communicating with the backend
 FUJITSU storage. It uses a CIM client in Python called PyWBEM to perform
 CIM operations over HTTP.

  Support protocols
  -Fibre Channel
  -iSCSI

  Support functions
  -create/delete volume
  -create/delete snapshot
  -attach/detach volume
  -list snapshots
  -create volume from snapshot
  -create volume from image
  -create volume from volume
  -create image from volume
  -extend volume
  -volume migration(host assisted)

driver-cert result
   fc : https://bugs.launchpad.net/cinder/+bug/1359467
   iscsi : https://bugs.launchpad.net/cinder/+bug/1359569

Change-Id: I7fe26dafae2f2db9130e020a34af73d0eb7ac719
Implements: blueprint fujitsu-dx-volume-driver
cinder/tests/test_fujitsu.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_fc.py [new file with mode: 0644]
cinder/volume/drivers/fujitsu_eternus_dx_iscsi.py [new file with mode: 0644]
etc/cinder/cinder.conf.sample