From 163bd21940f326a473a8f0c7583862d9ee2cecdc Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Date: Thu, 5 Sep 2024 16:38:33 -0300 Subject: [PATCH] [manila] Add 2024.2/Dalmatian cycle highlights Change-Id: If99aea88a2ceb1f95765cd89f34c9e0c94fbe05f Signed-off-by: Carlos Eduardo --- deliverables/dalmatian/manila.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/deliverables/dalmatian/manila.yaml b/deliverables/dalmatian/manila.yaml index 79562db114..8608af2a92 100644 --- a/deliverables/dalmatian/manila.yaml +++ b/deliverables/dalmatian/manila.yaml @@ -3,5 +3,34 @@ launchpad: manila release-model: cycle-with-rc team: manila type: service +cycle-highlights: + - A new share driver has been added to allow provisioning and managing NFS + shares with a VAST DATA Storage appliance. Users can also take + point-in-time backups of these shares through snapshots. + - Users now have the ability to manipulate storage capabilities through share + metadata. Cloud operators can determine which capabilities are updatable; + and users are notified about the status of the updates through asynchronous + user messages. + - It is now possible to specify pre-created NetApp ONTAP efficiency policies + through the use of the ``netapp:efficiency_policy`` share type extra spec. + - The ``manila-manage service list`` command can now provide the response in + json and yaml formats. + - The NetApp ONTAP driver now supports creating Write Once Read Many (WORM) + shares through the use of the NetApp storage SnapLock feature. + - Manila now supports scheduling shares on hosts that are currently running + and marked as being under maintenance (disabled). + - When creating access rules with a deletion lock, the corresponding shares + will also be locked to prevent disconnections. + - Users can now set and unset metadata on share export locations. The + behavior is similar to Manila shares. A new configuration option named + ``admin_only_el_metadata`` was added in order to allow administrators + to prevent end users to update certain metadata keys. + - Cloud operators can now refresh share export locations through a new API + instead of restarting Manila's share manager service. This improves the + uptime and availability of the cloud. + - The Shared File Systems service now requires a user's scope + to be set within the OpenStack Identity service by default. + This behavior can be turned off, however, it is highly discouraged to do + so. repository-settings: openstack/manila: {}