Add setting bridge_mtu to config
This commit is contained in:
parent
74066e6ceb
commit
2c0e09f657
|
@ -115,6 +115,7 @@ pvc_nodes:
|
||||||
# upstream/cluster/storage networks (especially if the upstream network device is not a vLAN itself),
|
# upstream/cluster/storage networks (especially if the upstream network device is not a vLAN itself),
|
||||||
# or a different device separate from the other 3 main networks.
|
# or a different device separate from the other 3 main networks.
|
||||||
pvc_bridge_device: bondU # Replace based on your network configuration
|
pvc_bridge_device: bondU # Replace based on your network configuration
|
||||||
|
pvc_bridge_mtu: 1500 # Replace based on your network configuration
|
||||||
|
|
||||||
# SR-IOV device configuration
|
# SR-IOV device configuration
|
||||||
# SR-IOV enables the passing of hardware-virtualized network devices (VFs), created on top of SR-IOV-enabled
|
# SR-IOV enables the passing of hardware-virtualized network devices (VFs), created on top of SR-IOV-enabled
|
||||||
|
|
|
@ -81,6 +81,7 @@ pvc:
|
||||||
node_log_lines: {{ pvc_log_node_lines }}
|
node_log_lines: {{ pvc_log_node_lines }}
|
||||||
networking:
|
networking:
|
||||||
bridge_device: {{ pvc_bridge_device }}
|
bridge_device: {{ pvc_bridge_device }}
|
||||||
|
bridge_mtu: {{ pvc_bridge_mtu }}
|
||||||
sriov_enable: {{ pvc_sriov_enable }}
|
sriov_enable: {{ pvc_sriov_enable }}
|
||||||
sriov_device: {{ pvc_sriov_device }}
|
sriov_device: {{ pvc_sriov_device }}
|
||||||
upstream:
|
upstream:
|
||||||
|
|
Loading…
Reference in New Issue