Skip to content

Releases: infortrend-openstack/infortrend-cinder-driver

v2.0.0

17 Feb 03:23

Choose a tag to compare

Notable changes

  • Enhance extraspecs usage and refactor retype.

Related Patch

  • 394284 - Enhance Infortrend driver

v1.0.6

03 Jan 03:54

Choose a tag to compare

Notable changes

  • Select pool by Cinder scheduler
  • Fix migrate & manage_existing issues

Related Patch

  • We haven't patch this to Openstack Gerrit.

v1.0.5

12 Dec 09:52

Choose a tag to compare

Notable changes

  • Improve Infortrend Cinder driver speed.

Related Patch

  • We haven't patch this to Openstack Gerrit.

v1.0.4

18 Nov 08:00

Choose a tag to compare

Notable changes

  • Refactor initialize and terminate connection and fix for Nova live migration.
    • We now check before creating and deleting maps.
    • If already mapped, return the existing mapping info.
    • Delete map for specific host.

Related Patch

  • 394284 -
    Infortrend - Add MPIO support for iSCSI.

v1.0.3

10 Nov 07:46

Choose a tag to compare

Notable changes

  • Add MPIO support for iSCSI.
    • iSCSI MPIO and MCS are both available now.

Related Patch

  • 394284 -
    Infortrend - Add MPIO support for iSCSI.

v1.0.2

18 Oct 09:15

Choose a tag to compare

Notable changes

  • Add support for GS Series products.
  • Changes in FC terminate_connection:
    • It should return connection information no matter fc_lookup_service is enabled or not.
    • FC should return empty data instead of None in terminate connection call.
    • iSCSI should check mapping before delete the host iqn to avoid retry.

Related Patch

  • 377665 -
    Add support for Infortrend GS Series products

v1.0.1

30 Jun 07:22

Choose a tag to compare

Notable changes

  • Manage Existing bug:
    • For infortrend driver, it should update provider_location information (partition id and system id). Otherwise, the volume would miss the infortrend partition after importing partition.
  • DS4000 bug:
    • For DS4000, we need to use 'BID' to get the wwpn information because target ID was not 112 or 113 on DS4000. It is compatible with other infortrend product.

Related Patch

  • 194524 - Fix getting wwpn information in infortrend driver for DS4000
  • 194519 - Fix manage_existing function in infortrend driver

v1.0.0

18 Jun 03:29

Choose a tag to compare

It is the Kilo version. Sync from Liberty.

The Liberty is already merged into Cinder. More detail.

This driver provider the basic Cinder Operations:

  • 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
  • Volume Manage/Unmanage

Notable changes with 0.6.1

  • Fix the FC zoning bug:
    • Key format not match
    • It should remove zoning after all lun unmap.
  • Support dynamic target ID for DS4000 because DS4000 FC target id is not 112 or 113.
  • Enhance manage function
    • It could use source-name to import existing partition and use source-id to import umanaged volume.

v0.6.1

11 Jun 12:08

Choose a tag to compare

v0.6.1 Pre-release
Pre-release
  • Enhance Cloned Volume function.
  • Fix provisioned_capacity_gb value. Use partition detail to calculate the provisioned capacity.

v0.6.0

11 Jun 12:07

Choose a tag to compare

v0.6.0 Pre-release
Pre-release
  • Enhance create_volume_from_snapshot function.
  • Support unmanage function.
  • Modify exception information.
  • Modify provisioned_capacity_gb value
  • terminate_connection should return initiator_target_map for fc zoning.