[deployment-guide/comm-rel: 556/727] Fix BZ#629403: slave=yes, not bond0

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:11:42 UTC 2010


commit 69d8b038dcb8838991612499bd406ce78e879fef
Author: Douglas Silas <dhensley at redhat.com>
Date:   Thu Sep 2 00:23:30 2010 +0200

    Fix BZ#629403: slave=yes, not bond0

 en-US/Network_Interfaces.xml          |    4 ++--
 en-US/Working_with_Kernel_Modules.xml |   28 ++++++++++++++--------------
 2 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/en-US/Network_Interfaces.xml b/en-US/Network_Interfaces.xml
index 0b06570..d9e7ff2 100644
--- a/en-US/Network_Interfaces.xml
+++ b/en-US/Network_Interfaces.xml
@@ -376,11 +376,11 @@ ONBOOT=yes</screen>
         </varlistentry>
         <varlistentry>
           <term>
-            <command>SLAVE=<replaceable>&lt;bond-interface&gt;</replaceable>
+            <command>SLAVE=<replaceable>&lt;answer&gt;</replaceable>
             </command>
           </term>
           <listitem>
-            <para>where <command><replaceable>&lt;bond-interface&gt;</replaceable>
+            <para>where <command><replaceable>&lt;answer&gt;</replaceable>
               </command> is one of the following:</para>
             <itemizedlist>
               <listitem>
diff --git a/en-US/Working_with_Kernel_Modules.xml b/en-US/Working_with_Kernel_Modules.xml
index 3c79d06..ea2783b 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -1100,23 +1100,23 @@ fi</programlisting>
           </indexterm>
             without unloading (and reloading) the bonding module by manipulating files in the <systemitem
             class="filesystem">sysfs</systemitem> file system.</para>
+        <indexterm>
+          <primary>bonding kernel module</primary>
+          <secondary>sysfs</secondary>
+        </indexterm>
+        <indexterm>
+          <primary>kernel bonding</primary>
+          <secondary>sysfs</secondary>
+        </indexterm>
         <para>
           <systemitem
-            class="filesystem">sysfs</systemitem>
-          <indexterm>
-            <primary>bonding kernel module</primary>
-            <secondary>sysfs</secondary>
-          </indexterm>
-          <indexterm>
-            <primary>kernel bonding</primary>
-            <secondary>sysfs</secondary>
-          </indexterm>
-                        is a virtual file system that represents kernel objects as directories, files and symbolic links. <systemitem
+            class="filesystem">sysfs</systemitem> is a virtual file system that represents kernel objects as directories, files and symbolic links. <systemitem
             class="filesystem">sysfs</systemitem> can be used to query for information about kernel objects, and can also manipulate those objects through the use of normal file system commands. The <systemitem
-            class="filesystem">sysfs</systemitem> virtual file system has a line in <filename>/etc/fstab</filename>, and is mounted under <filename>/sys</filename>.</para>
-        <para>All bonded interfaces can be configured dynamically by interacting with and manipulating files under the <filename>/sys/class/net/</filename> directory. After you have created a channel bonding interface file such as <filename>ifcfg-bond0</filename> and inserted <parameter
-            class="option">SLAVE=bond0</parameter> directives in the bonded interfaces following the instructions in <xref
-            linkend="s2-networkscripts-interfaces-chan"/>, you can then proceed to testing and determining the best parameters for your bonded interface.</para>
+            class="filesystem">sysfs</systemitem> virtual file system has a line in <filename>/etc/fstab</filename>, and is mounted under <filename>/sys</filename>. All bonded interfaces can be configured dynamically by interacting with and manipulating files under the <filename>/sys/class/net/</filename> directory. </para>
+        <para>After you have created a channel bonding interface file such as <filename>ifcfg-bond0</filename> and inserted <parameter
+            class="option">SLAVE=yes</parameter> and <parameter
+            class="option">MASTER=bond0</parameter> directives in the bonded interfaces following the instructions in <xref
+            linkend="s2-networkscripts-interfaces-chan"/>, you can proceed to testing and determining the best parameters for your bonded interface.</para>
         <para>First, bring up the bond you created by running <command>ifconfig <option>bond<replaceable>&lt;N&gt;</replaceable>
             </option>&#160;<option>up</option>
           </command> as root:</para>


More information about the docs-commits mailing list