Skip to content

Commit ab4b33c

Browse files
committed
OCPBUGS-37699: Remove mode=6 balance-alb from networking docs
1 parent dae150a commit ab4b33c

3 files changed

+8
-4
lines changed

modules/ipi-install-configuring-host-dual-network-interfaces-in-the-install-config.yaml-file.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
[id="configuring-host-dual-network-interfaces-in-the-install-config-yaml-file_{context}"]
77
= Optional: Configuring host network interfaces for dual port NIC
88

9+
Before installation, you can set the `networkConfig` configuration setting in the `install-config.yaml` file to configure host network interfaces using NMState to support dual port NIC.
10+
911
:FeatureName: Support for Day 1 operations associated with enabling NIC partitioning for SR-IOV devices
1012
include::snippets/technology-preview.adoc[leveloffset=+1]
1113

12-
Before installation, you can set the `networkConfig` configuration setting in the `install-config.yaml` file to configure host network interfaces using NMState to support dual port NIC.
14+
{VirtProductName} only supports the following bond modes:
15+
16+
* mode=1 active-backup +
17+
* mode=2 balance-xor +
18+
* mode=4 802.3ad +
1319
1420
.Prerequisites
1521

modules/virt-example-bond-nncp.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ to the cluster.
1515
* mode=1 active-backup +
1616
* mode=2 balance-xor +
1717
* mode=4 802.3ad +
18-
* mode=5 balance-tlb +
19-
* mode=6 balance-alb
2018
====
2119

2220
The following YAML file is an example of a manifest for a bond interface.

modules/virt-example-nmstate-multiple-interfaces.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
type: bond <6>
2626
state: up <7>
2727
link-aggregation:
28-
mode: balance-rr <8>
28+
mode: balance-xor <8>
2929
options:
3030
miimon: '140' <9>
3131
port: <10>

0 commit comments

Comments
 (0)