Skip to content

Releases: emc-openstack/vnx-direct-driver

VNX Cinder Driver v8.1.7 for Newton

19 Sep 07:02
Compare
Choose a tag to compare

Fixes:

  • [#14]: VNX: fix performance in create/delete_volume
  • [VNX] initiator_target_map is None

VNX Cinder Driver v7.1.1 for Mitaka

15 Mar 08:25
90dec83
Compare
Choose a tag to compare

Fixes:

VNX: fix KeyError issue when remove_export_snapshot invoked

VNX Cinder Driver v8.1.5 for Newton

21 Nov 07:24
Compare
Choose a tag to compare

Fixes:

[GH-12]: VNX: fix issue when backing-up in-use volume

VNX Cinder Driver v8.1.4 for Newton

10 Nov 06:06
Compare
Choose a tag to compare

Fixes:

  • [GH-11] Fix cloning failure when system is busy

VNX Cinder Driver v8.1.3 for Newton

01 Aug 02:31
Compare
Choose a tag to compare

Bug fixes:

VNX Cinder Driver v7.1.0 for Mitaka

13 Jul 09:16
Compare
Choose a tag to compare

Features:

  • Add asynchronous migration support for Mitaka.
    Since the time-consuming LUN migration in VNX, user needs to wait a long
    time before the new cloned volume/snapshot volume is ready for use.

    In this patch, user can add metadata 'async_migrate=true'to trigger
    asynchronous migration so that user can use the new volume after migration
    started on VNX.

VNX Cinder Driver v8.1.2 for Newton

05 Jun 06:43
Compare
Choose a tag to compare

Bug fixes:

  • The VM cannot see the correct size of disk when the volume is attached before async migration completes.

VNX Cinder Driver v6.2.2: Allow auto-assign for volume creation in Liberty

14 Oct 08:21
Compare
Choose a tag to compare

VNX supports auto-assign function during LUN creation.
Cinder driver leverages this feature to allow load-balance
for LUN's ownership.

VNX Cinder Driver v5.6.4: Allow auto-assign for volume creation in Kilo

14 Oct 08:36
Compare
Choose a tag to compare

VNX supports auto-assign function during LUN creation.
Cinder driver leverages this feature to allow load-balance
for LUN's ownership.

VNX Cinder Driver v7.0.3: Switch to conditional lock in Mitaka

02 Sep 07:34
Compare
Choose a tag to compare

This patch enables conditional lock for initialize_connection and
terminate_connection:

  • When destroy_empty_storage_group = False, no lock for above interfaces
  • When destroy_empty_storage_group = True, lock for both just behave
    like previous driver
    Previously, VNX driver has a lock for a certain storage group,
    now, with this patch, driver can perform multiple attachments/detachments
    for a certain host(storage group) concurrently when
    destroy_empty_storage_group = False.