Releases: emc-openstack/manila
Releases · emc-openstack/manila
EMC VNX Driver for Newton Version 2.1.1
Bug fixes:
- Cherry pick the fix of
share server cannot be deletedfrom Pike. https://review.openstack.org/#/c/477863/
EMC VNX Driver for Newton Version 2.1.0
Bug fixes:
- Rename some options. Refer to README.
EMC Unity Driver for Newton Version 1.1.0
Features:
- Tenant support back ported from Pike.
- Vlan enhancement back ported from Pike.
- Rename some options.
EMC Unity Driver 0.9.0
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.