From aea8caef5b4838b9deba03dd725b12e8c373025b Mon Sep 17 00:00:00 2001 From: Or Gerlitz Date: Tue, 15 Mar 2011 14:22:54 +0200 Subject: [PATCH] fixed spelling mistakes Signed-off-by: Or Gerlitz --- readme_and_howto/ib-bonding.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme_and_howto/ib-bonding.txt b/readme_and_howto/ib-bonding.txt index 1727d6b..f3d043d 100644 --- a/readme_and_howto/ib-bonding.txt +++ b/readme_and_howto/ib-bonding.txt @@ -33,7 +33,7 @@ Update 6 or Update 7) and for Redhat-EL5 and above. TYPE=Bonding MTU= -Exmaple: for bond0 (master) the file is named /etc/sysconfig/network-scripts/ifcfg-bond0 +Example: for bond0 (master) the file is named /etc/sysconfig/network-scripts/ifcfg-bond0 with the following text in the file: DEVICE=bond0 @@ -49,7 +49,7 @@ MTU=65520 Note: 65520 is a valid mtu value only if all IPoIB slaves operate in connected mode and are configured with the same value. For IPoIB slaves that work in -datagram modee, use MTU=2044. If you don't set correct mtu or don't set mtu at +datagram mode, use MTU=2044. If you don't set correct mtu or don't set mtu at all (and letting it to be set to the default value), performance of the interface might decrease. @@ -116,7 +116,7 @@ BONDING_SLAVE0=slave0 BONDING_SLAVE1=slave1 MTU= -Exmaple: for bond0 (master) the file is named /etc/sysconfig/network/ifcfg-bond0 +Example: for bond0 (master) the file is named /etc/sysconfig/network/ifcfg-bond0 with the following text in the file: BOOTPROTO="static" @@ -134,7 +134,7 @@ MTU=65520 Note: 65520 is a valid mtu value only if all IPoIB slaves operate in connected mode and are configured with the same value. For IPoIB slaves that work in -datagram modee, use MTU=2044. If you don't set correct mtu or don't set mtu at +datagram mode, use MTU=2044. If you don't set correct mtu or don't set mtu at all (and letting it to be set to the default value), performance of the interface might decrease. @@ -153,11 +153,11 @@ After the configuration is saved, restart the network service by running: 2.3 Configuring Ethernet slaves ------------------------------- -It is not possible to have a mix of Ethernt slaves and IPoIB slaves under the +It is not possible to have a mix of Ethernet slaves and IPoIB slaves under the same bonding master. It is possible however that a bonding master of Ethernet -slaves and a bonding master of IPoIB slaves will co-exist in one machne. +slaves and a bonding master of IPoIB slaves will co-exist in one machine. To configure Ethernet slaves under a bonding master use the following -instructios (depending on the OS) +instructions (depending on the OS) * Under Redhat-AS4 @@ -178,7 +178,7 @@ No special instructions are required. * Under SLES10 -When using both type of bonding under, it is neccessary to update the +When using both type of bonding under, it is necessary to update the MANDATORY_DEVICES environment variable in /etc/sysconfig/network/config with the names of the InfiniBand devices ( ib0, ib1, etc. ). Otherwise, bonding devices will be created before InfiniBand devices at boot time. -- 2.41.0