[ewg] [PATCH] bonding doc: fixed spelling mistakes
Or Gerlitz
ogerlitz at mellanox.com
Mon Mar 14 01:53:34 PDT 2011
fixed spelling mistakes
Signed-off-by: Or Gerlitz <ogerlitz at mellanox.com>
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=<according to the slave's 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=<according to the slave's 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.
More information about the ewg
mailing list