Releases: infortrend-openstack/infortrend-cinder-driver
Releases · infortrend-openstack/infortrend-cinder-driver
v2.0.0
v1.0.6
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
Notable changes
- Improve Infortrend Cinder driver speed.
Related Patch
- We haven't patch this to Openstack Gerrit.
v1.0.4
v1.0.3
v1.0.2
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
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
v1.0.0
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
- Enhance Cloned Volume function.
- Fix provisioned_capacity_gb value. Use partition detail to calculate the provisioned capacity.
v0.6.0
- 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.