Skip to content

Releases: emc-openstack/unity-cinder-driver

Unity Driver v0.4.6 for Mitaka

03 Apr 03:11

Choose a tag to compare

Added features:

  • Unity: Add thick volumes support.

Unity Driver v0.4.5 for Mitaka

04 Dec 02:25
860f227

Choose a tag to compare

Fixed bugs:

  • Unity: Fix Coordinator uninitialized issue

Unity Driver v0.5.3 for Newton

19 Oct 06:01
453030f

Choose a tag to compare

Fixed bugs:

  • Unity: Fix duplicate hosts created with same name (#10)
  • Unity: temp snapshot for backup deleted twice
  • Unity: add option to delete attached snapshots

Unity Driver v0.5.1: Add Unity thin clone support for Newton

04 Sep 05:28

Choose a tag to compare

Unity storage now supports cloning volume by taking its snapshot,
it's more efficient than previous implementation.

However, there is limitation on the count of thin clones inside one LUN
family sharing the same base LUN. Every time the limitation reaches, a
new volume will be cloned using dd copy. Then thin clone will be taken
from the new dd-copied volume.

Unity Cinder Driver for Liberty v0.3.2

27 Jun 09:51

Choose a tag to compare

Features:

  • Add thin clone support

Unity Cinder Driver for Newton v0.5.0

01 Apr 03:50

Choose a tag to compare

Back-ported from latest.

Bug fix:

  • [GH-6] 'UnityDriver' object has no attribute 'accept_transfer'

Unity Cinder Driver for Mitaka v0.4.3

01 Apr 09:20

Choose a tag to compare

Bug fix:

  • GH-6: Add TransferVD to base class.
  • Fix version number and license info.

Unity Cinder Driver for Liberty v0.3.1

01 Apr 09:10

Choose a tag to compare

Back port for Liberty.

Bug fix:

  • [GH-6] Add TransferVD base class.

Unity Cinder Driver for Mitaka v0.4.2

24 Feb 08:46

Choose a tag to compare

Backport Unity driver from Ocata (#3)

Support Unity OE v4.1 in Kilo

20 Dec 06:39

Choose a tag to compare

  • Support to create a volume from another one.
  • Support to create a volume from a snapshot.