Skip to content

Commit 52677ec

Browse files
authored
Merge pull request #109504 from dfitzmau/OSDOCS-17013-remediation-1
OSDOCS-17013-abstracts-remediation-1
2 parents 77481a6 + 36ef4c5 commit 52677ec

3 files changed

Lines changed: 14 additions & 13 deletions

modules/bonding-multiple-network-interfaces-to-single-interface.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ifndef::ibm-z-kvm[]
4747
= Bonding multiple network interfaces to a single interface
4848

4949
[role="_abstract"]
50-
As an optional task, you can bond multiple network interfaces to a single interface by using the `bond=` option. By completing this task, you can eliminate a single point of failure for your network environment.
50+
As an optional task, you can bond multiple network interfaces to a single interface by using the `bond=` option.
5151

5252
The following example demonstrates editing the `/etc/config/network` file and specifying the following syntax for bonding multiple network interfaces to a single interface:
5353

@@ -67,7 +67,6 @@ When you create a bonded interface using the `bond=` command, you must specify h
6767
+
6868
[source,terminal]
6969
----
70-
bond=bond0:em1,em2:mode=active-backup
7170
ip=bond0:dhcp
7271
----
7372
@@ -76,18 +75,18 @@ ip=bond0:dhcp
7675
ifndef::ibm-z[]
7776
[source,terminal]
7877
----
79-
bond=bond0:em1,em2:mode=active-backup
8078
ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none
8179
----
8280
endif::ibm-z[]
8381
ifdef::ibm-z[]
8482
[source,terminal]
8583
----
86-
bond=bond0:em1,em2:mode=active-backup,fail_over_mac=1
87-
ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none
84+
bond=bond0:em1,em2:mode=active-backup
85+
ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none::AA:BB:CC:DD:EE:FF ip=em1:none::AA:BB:CC:DD:EE:FF
86+
ip=em2:none::AA:BB:CC:DD:EE:FF
8887
----
8988
+
90-
Always set the `fail_over_mac=1` option in active-backup mode to avoid problems when shared OSA/RoCE cards are used.
89+
{ibm-z-title} supports value `1` for the `fail_over_mac` parameter, so always set the `fail_over_mac=1` option in active-backup mode to avoid problems when shared OSA/RoCE cards are used.
9190
endif::ibm-z[]
9291
9392
ifdef::ibm-z[]

modules/bonding-multiple-sriov-network-interfaces-to-dual-port.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ endif::ibm-z,ibm-z-kvm[]
4747

4848
[role="_abstract"]
4949
ifndef::ibm-z,ibm-z-kvm[]
50-
You can bond multiple SR-IOV network interfaces to a dual port NIC interface by using the `bond=` option. This task provides high availability capabilities to your network by preventing a single physical port from becoming a single point of failure. Ensure you apply the procedure tasks to each node.
50+
You can bond multiple SR-IOV network interfaces to a dual port NIC interface by using the `bond=` option. Ensure you apply the procedure tasks to each node.
5151
endif::ibm-z,ibm-z-kvm[]
5252
ifdef::ibm-z,ibm-z-kvm[]
53-
You can use network teaming as an alternative to bonding by using the `team=` parameter. Consider this task for servers that need highly customizable network logic and better performance in virtualized or high-traffic environments.
53+
You can use network teaming as an alternative to bonding by using the `team=` parameter.
5454
endif::ibm-z,ibm-z-kvm[]
5555

5656
.Procedure
@@ -78,7 +78,9 @@ The following examples illustrate the syntax you must use:
7878
[source,terminal]
7979
----
8080
bond=bond0:eno1f0,eno2f0:mode=active-backup
81-
ip=bond0:dhcp
81+
ip=bond0:dhcp::AA:BB:CC:DD:EE:FF
82+
ip=eno1f0:none::AA:BB:CC:DD:EE:FF
83+
ip=eno2f0:none::AA:BB:CC:DD:EE:FF
8284
----
8385
+
8486
** To configure the bonded interface to use a static IP address, enter the specific IP address you want and related information. For example:

modules/installation-user-infra-machines-advanced-enabling-serial-console.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ ifndef::restricted[]
2525
[source,terminal]
2626
----
2727
$ coreos-installer install \
28-
--console=tty0 \//
29-
--console=ttyS0,<options> \//
28+
--console=tty0 \
29+
--console=ttyS0,<options> \
3030
--ignition-url=http://host/worker.ign /dev/disk/by-id/scsi-<serial_number>
3131
----
3232
endif::[]
3333
ifdef::restricted[]
3434
[source,terminal]
3535
----
3636
$ coreos-installer install \
37-
--console=tty0 \//
38-
--console=ttyS0,<options> \//
37+
--console=tty0 \
38+
--console=ttyS0,<options> \
3939
--ignition-url=http://host/worker.ign \
4040
--offline \
4141
/dev/disk/by-id/scsi-<serial_number>

0 commit comments

Comments
 (0)