Skip to content

Commit 9a95124

Browse files
authored
Merge pull request #98631 from jmanthei/OSDOCS-12405-justText
OSDOCS-12405 Bonding Mode additional information
2 parents 9d5d16e + f6cbdaf commit 9a95124

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

modules/virt-example-bond-nncp.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@
66
[id="virt-example-bond-nncp_{context}"]
77
= Example: Bond interface node network configuration policy
88

9-
Create a bond interface on nodes in the cluster by applying a `NodeNetworkConfigurationPolicy` manifest
10-
to the cluster.
9+
Create a bond interface on nodes in the cluster by applying a `NodeNetworkConfigurationPolicy` manifest to the cluster.
1110

1211
[NOTE]
1312
====
1413
{VirtProductName} only supports the following bond modes:
1514
16-
* mode=1 active-backup +
17-
* mode=2 balance-xor +
18-
* mode=4 802.3ad +
15+
* `active-backup` +
16+
* `balance-xor` +
17+
* `802.3ad` +
1918
2019
Other bond modes are not supported.
2120
====
2221

22+
The `balance-xor` and `802.3ad` bond modes require switch configuration to establish an "EtherChannel" or similar port grouping. Those two modes also require additional load-balancing configuration, depending on the source and destination of traffic being passed through the interface. The `active-backup` bond mode does not require any switch configuration. Other bond modes are not supported.
23+
2324
The following YAML file is an example of a manifest for a bond interface.
2425
It includes samples values that you must replace with your own information.
2526

@@ -59,7 +60,7 @@ spec:
5960
<7> The requested state for the interface after creation.
6061
<8> Optional: If you do not use `dhcp`, you can either set a static IP or leave the interface without an IP address.
6162
<9> Enables `ipv4` in this example.
62-
<10> The driver mode for the bond. This example uses an active backup mode.
63+
<10> The driver mode for the bond. This example uses `active backup`.
6364
<11> Optional: This example uses miimon to inspect the bond link every 140ms.
6465
<12> The subordinate node NICs in the bond.
6566
<13> Optional: The maximum transmission unit (MTU) for the bond. If not specified, this value is set to `1500` by default.

0 commit comments

Comments
 (0)