manila/releasenotes/notes/netapp_configure_net_with_metadata-c5d1b5f542967276.yaml
Felipe Rodrigues e2729946fc [NetApp] Configure VLAN/MTU through subnet metadata
The NetApp driver can setup a share server VLAN segmentation
and MTU based on the subnet metadata. If the subnet metadata has
`set_vlan`, the driver will configure the segmentation
following the metadata fields. If the subnet metadata has the
`set_mtu` field, the MTU is configured according its value.

If share network subnet does not have those metadata fields,
the segmentation configuration keeps working as before, that's it,
it is set according to the values provided by Manila network plugin.

Change-Id: I69731b187527d8d443893dcc94c604688d73e696
2023-02-23 22:26:30 -03:00

10 lines
436 B
YAML

---
features:
- |
NetApp driver with DHSS True mode now supports setup the share server
network VLAN segmentation through share network subnet metadata.
To do so, the field `set_vlan` must be informed with VLAN number.
It can set the network MTU passing the metadata field `set_mtu`. If
the subnet metadata contains the `set_vlan` without the `set_mtu`
field the MTU is configured according to network plugin.