[networking-guide] master: Don't use max_bonds (80d7e55)

stephenw at fedoraproject.org stephenw at fedoraproject.org
Wed Sep 3 20:24:23 UTC 2014


Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git

On branch  : master

>---------------------------------------------------------------

commit 80d7e55e8262bbd4e9afe8dbf1b51d65582b0ac8
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Wed Sep 3 22:00:15 2014 +0200

    Don't use max_bonds


>---------------------------------------------------------------

 en-US/Configure_Network_Bonding.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/en-US/Configure_Network_Bonding.xml b/en-US/Configure_Network_Bonding.xml
index d3e82ba..a437c6d 100644
--- a/en-US/Configure_Network_Bonding.xml
+++ b/en-US/Configure_Network_Bonding.xml
@@ -374,7 +374,10 @@ The NAME directive is useful for naming the connection profile in <application>N
             <important>
         <title>Put all Bonding Module Parameters in ifcfg-bondN Files</title>
         <para>
-          Parameters for the bonding kernel module must be specified as a space-separated list in the <option>BONDING_OPTS="<replaceable>bonding parameters</replaceable>"</option> directive in the <filename>ifcfg-bond<replaceable>N</replaceable></filename> interface file. Do <emphasis>not</emphasis> specify options for the bonding device in <filename>/etc/modprobe.d/<replaceable>bonding</replaceable>.conf</filename>, or in the deprecated <filename>/etc/modprobe.conf</filename> file. For further instructions and advice on configuring the bonding module and to view the list of bonding parameters, see <xref linkend="sec-Using_Channel_Bonding"/>.
+          Parameters for the bonding kernel module must be specified as a space-separated list in the <option>BONDING_OPTS="<replaceable>bonding parameters</replaceable>"</option> directive in the <filename>ifcfg-bond<replaceable>N</replaceable></filename> interface file. Do <emphasis>not</emphasis> specify options for the bonding device in <filename>/etc/modprobe.d/<replaceable>bonding</replaceable>.conf</filename>, or in the deprecated <filename>/etc/modprobe.conf</filename> file.</para>
+          <para>The <option>max_bonds</option> parameter is not interface specific and should not be set when using <filename>ifcfg-bond<replaceable>N</replaceable></filename> files with the <command>BONDING_OPTS</command> directive as this directive will cause the network scripts to create the bond interfaces as required.</para>
+          <para>
+          For further instructions and advice on configuring the bonding module and to view the list of bonding parameters, see <xref linkend="sec-Using_Channel_Bonding"/>.
         </para>
       </important>
 



More information about the docs-commits mailing list