Skip to content

Releases: emc-openstack/manila

EMC VNX Driver for Newton Version 2.1.1

01 Aug 02:56

Choose a tag to compare

Bug fixes:

EMC VNX Driver for Newton Version 2.1.0

20 Apr 03:01

Choose a tag to compare

Bug fixes:

  • Rename some options. Refer to README.

EMC Unity Driver for Newton Version 1.1.0

20 Apr 03:00

Choose a tag to compare

Features:

  • Tenant support back ported from Pike.
  • Vlan enhancement back ported from Pike.
  • Rename some options.

EMC Unity Driver 0.9.0

04 May 08:37

Choose a tag to compare

The initial manila driver plugin for EMC Unity for Mitaka release.

Add initial support for following Manila driver API.

  • connect: Connect to the Unity Storage.
  • check_for_setup_error: No implementation.
  • create_share: Create a share and export it based on the protocol used (NFS or CIFS).
  • create_share_from_snapshot: Create a share from a snapshot - clone a snapshot.
  • delete_share: Delete a share.
  • extend_share: Extend the maximum size of a share.
  • create_snapshot: Create a snapshot for the specified share.
  • delete_snapshot: Delete the snapshot of the share.
  • update_access: Update access of a user/host to a share.
  • allow_access: Allow access of a user/host to a share.
  • deny_access: Remove the access of a user/host to the share.
  • ensure_share: Make sure the share exists.
  • update_share_stats: Retrieve share related statistics from Unity.
  • get_network_allocatins_number: Returns number of network allocations for creating VIFs.
  • setup_server: Set up and configures share server with given network parameters.
  • teardown_server: Tear down the share server.