Skip to content

Releases: infortrend-openstack/infortrend-cinder-driver

v2.1.4

04 Mar 06:14
Compare
Choose a tag to compare

Notable changes

  • Now will check connection with CLI before calling utility init-cache in polling function _update_volume_status.

You can use 2.1.3's CLI (raidcmd_ESDS10.jar).

v2.1.3

02 Aug 09:36
Compare
Choose a tag to compare

Notable changes

  • Add support for force detach volume.
  • Handle LUN Conflict in case of @lockutils.synchronized cannot share lock among Active/Active HA Cinder nodes without Tooz/DLM.
    ref: https://specs.openstack.org/openstack/cinder-specs/specs/mitaka/ha-aa-tooz-locks.html
  • New version of CLI (raidcmd_ESDS10.jar).
    • New API utility init-cache to update needed info for cinder-volume status polling.
    • Now CLI will automatically exit if there is no command input for 10 mins.
  • Now driver will connect RAID with CLI cache mode notification on.
    • Speed up initialize_connection and terminate_connection by using CLI with cache mode because LUN conflict handler has implemented.
    • Speed up Cinder polling process get_volume_stats using CLI with cache mode.
    • Other APIs remain using ordinary mode.
  • Add setupIFTdriver.sh for quick install/update Infortrend Cinder driver.

v2.1.1

28 Jul 05:03
Compare
Choose a tag to compare

Add LUN ID overflow error log.

v2.1.0

27 Apr 07:04
Compare
Choose a tag to compare

Notable changes

  • Remove timeout for replication
  • Use full ID for volume name (since Newton)
  • Support for list manageable volume and snapshot (since Newton)
  • Support for manage/unmanage volume and snapshot (since Mitaka)
  • Remove unnecessary check in snapshot

Related Patch

394284 - Enhance Infortrend driver

v2.0.1

01 Mar 09:18
Compare
Choose a tag to compare

Notable changes

  • Change timeout setting conf.
  • Speed up for deleting volume.

Related Patch

We haven't patch this to Openstack.

v2.0.0

17 Feb 03:23
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.