e2729946fc
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
10 lines
436 B
YAML
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.
|