Files
manila/releasenotes/notes/netapp-add-update-from-network-subnet-metadata-method-0615490d86958c3d.yaml
Kiran Pawar f02c422fc9 NetApp: Implement share network subnet metadata update method
Consider metadata 'showmount' and use existing method update_showmount()
Consider metadata 'pnfs' and use new method update_pnfs()

Depends-On: https://review.opendev.org/c/openstack/manila/+/929091
Partially-implements: blueprint pass-resource-metadata-updates-to-backend-drivers
Change-Id: Ibbe0ed2b1b94fe744169d26071cc6754fdec53c4
2025-03-01 05:38:02 +00:00

10 lines
441 B
YAML

---
fixes:
- |
The NetApp ONTAP driver is now able to update the `showmount` and
`pnfs` configurations in a pre-created share server. Please use the
share network subnet metadata set feature to update these values. The
valid values for those metadata keys are 'true/false'.
Also note, earlier support of updating `showmount` using share metadata
is removed since its supported now by share network subnet metadata.