manila/releasenotes/notes/bp-pass-resource-metadata-updates-to-backend-drivers-7fff302f64fda2d7.yaml
Kiran Pawar 8c418e930d Pass share metadata updates to backend drivers
New config option `driver_updatable_metadata` contains list of
metadata keys. Share metadata if updated will be passed to backend
driver if key is present in above list. Driver then can take action
if supported and result will be updated in message.

Implements: blueprint pass-resource-metadata-updates-to-backend-drivers
Change-Id: If4297cca3249359f72976800db2112ea9c61c06f
2024-08-01 15:23:54 +00:00

12 lines
560 B
YAML

---
features:
- |
OpenStack operators can now make use of a new config option named
`driver_updatable_metadata` to determine which share metadata updates the
back end driver needs to be notified about. The config option contains
list of share metadata keys. When the share's metadata gets updated and
Manila identifies that the new metadata keys match the metadata keys from
the provided list, the share back end will be notified and it will apply
the necessary changes. The result will be communicated through user
messages.