Skip to content

v2.1.3

Compare
Choose a tag to compare
@billsung billsung released this 02 Aug 09:36
· 9 commits to master since this release

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.