Skip to content

Releases: infortrend-openstack/infortrend-cinder-driver

v2.1.5.4

16 Mar 09:36
ab6ae87

Choose a tag to compare

Notable changes

  • RAIDCmd: support creating part less than 10GB.

v2.1.5.3

26 Jun 03:48
ab6ae87

Choose a tag to compare

Notable changes

  • RAIDCmd: remove the limitation of length of volume name to prevent cinder error

v2.1.5.2

21 Feb 08:50
ab6ae87

Choose a tag to compare

Notable changes

  • Fix RAIDcmd bug when connecting with a DS device.

v2.1.5.1

13 Feb 02:44
ab6ae87

Choose a tag to compare

Notable changes

  • RAIDcmd for cinder driver v2.1.5 and latest DS/GS firmware

v2.1.5

06 Dec 07:16
ab6ae87

Choose a tag to compare

Notable changes

  • infortrend cinder driver for antelope, bobcat, caracal, dalmatian
  • adapted to the modification of cinder module name after antelope.
  • raidcmd_ESDS10.jar file

v2.1.4

04 Mar 06:14

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

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

Choose a tag to compare

Add LUN ID overflow error log.

v2.1.0

27 Apr 07:04

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

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.