Skip to content

Commit d3c35db

Browse files
authored
Merge pull request #97672 from dfitzmau/OCPBUGS-54741
OCPBUGS#54741: Removed balance-tlb references from Agent Installer docs
2 parents 1d6bbfd + 868c0ea commit d3c35db

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

modules/agent-install-sample-config-bond-sriov.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
:_mod-docs-content-type: REFERENCE
66
[id="agent-install-sample-config-bond-sriov_{context}"]
7-
= Example: Bonds and SR-IOV dual-nic node network configuration
7+
= Example: Bonds and SR-IOV dual-NIC node network configuration
88

9-
The following `agent-config.yaml` file is an example of a manifest for dual port NIC with a bond and SR-IOV interfaces:
9+
The following `agent-config.yaml` file is an example of a manifest for dual port network interface controller (NIC) with a bond and SR-IOV interfaces:
1010

1111
[source,yaml]
1212
----
@@ -98,7 +98,7 @@ hosts:
9898
next-hop-interface: bond0 <14>
9999
table-id: 254
100100
----
101-
<1> The `networkConfig` field contains information about the network configuration of the host, with subfields including `interfaces`,`dns-resolver`, and `routes`.
101+
<1> The `networkConfig` field includes information about the network configuration of the host, with subfields including `interfaces`,`dns-resolver`, and `routes`.
102102
<2> The `interfaces` field is an array of network interfaces defined for the host.
103103
<3> The name of the interface.
104104
<4> The type of interface. This example creates an ethernet interface.
@@ -110,7 +110,7 @@ hosts:
110110
* This value must be less than or equal to the maximum transmission rate.
111111
* Intel NICs do not support the `min-tx-rate` parameter. For more information, see link:https://bugzilla.redhat.com/show_bug.cgi?id=1772847[*BZ#1772847*].
112112
<10> Sets a maximum transmission rate, in Mbps, for the VF. This sample value sets a rate of 200 Mbps.
113-
<11> Sets the desired bond mode.
114-
<12> Sets the preferred port of the bonding interface. The primary device is the first of the bonding interfaces to be used and is not abandoned unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in `active-backup` mode (mode 1) and `balance-tlb` (mode 5).
113+
<11> Sets the needed bond mode.
114+
<12> Sets the preferred port of the bonding interface. The primary device is the first of the bonding interfaces to be used and is not abandoned unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in `active-backup` mode (mode 1).
115115
<13> Sets a static IP address for the bond interface. This is the node IP address.
116116
<14> Sets `bond0` as the gateway for the default route.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="configuring-host-dual-network-interfaces-in-the-install-config-yaml-file_{context}"]
7-
= Configuring host network interfaces for dual port NIC
7+
= 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 by using NMState to support dual port NIC.
9+
Before installation, you can set the `networkConfig` configuration setting in the `install-config.yaml` file to configure host network interfaces by using NMState to support dual-port network interface controller (NIC).
1010

1111
{VirtProductName} only supports the following bond modes:
1212

@@ -131,8 +131,8 @@ Errors in the YAML syntax might result in a failure to apply the network configu
131131
* This value must be less than or equal to the maximum transmission rate.
132132
* Intel NICs do not support the `min-tx-rate` parameter. For more information, see link:https://bugzilla.redhat.com/show_bug.cgi?id=1772847[*BZ#1772847*].
133133
<10> Sets a maximum transmission rate, in Mbps, for the VF. This sample value sets a rate of 200 Mbps.
134-
<11> Sets the desired bond mode.
135-
<12> Sets the preferred port of the bonding interface. The bond uses the primary device as the first device of the bonding interfaces. The bond does not abandon the primary device interface unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in active-backup mode (mode 1) and balance-tlb (mode 5).
134+
<11> Sets the needed bond mode.
135+
<12> Sets the preferred port of the bonding interface. The bond uses the primary device as the first device of the bonding interfaces. The bond does not abandon the primary device interface unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in active-backup mode (mode 1).
136136
<13> Sets a static IP address for the bond interface. This is the node IP address.
137137
<14> Sets `bond0` as the gateway for the default route.
138138
+

0 commit comments

Comments
 (0)