cinder/releasenotes
Adriano Rosso 8f82bb7966 HNAS: Change snapshot names
Currently, HNAS NFS driver creates snapshots named as
snapshot-<snapshot-id> in the backend. This is not very effective
because there is no precise way to relate the snapshot with the volume
that originated it using HNAS features.
This patch changes the snapshot related features to work with
snapshots named as <volume-name>.<snapshot-id> in order to make easier
to relate the snapshots with their parent volumes. The operations for
snapshots named the old way are still supported, but deprecated.

Co-Authored-By: Erlon Cruz <erlon.cruz@fit-tecnologia.org.br>
Change-Id: I188c7a3f67558e17ccc1c50e0f00dbb076395b18
2017-01-13 09:28:23 -02:00
..
notes HNAS: Change snapshot names 2017-01-13 09:28:23 -02:00
source leave the unreleased branch unspecified for release notes 2016-12-19 10:17:19 -05:00
README.rst Add README in release notes directory 2016-07-01 19:03:26 +05:30

Release notes

The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.

A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.

Please see http://docs.openstack.org/developer/cinder/devref/releasenotes.html for more details.