[networking-guide] master: Add: ad_select (7461bd8)

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


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

On branch  : master

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

commit 7461bd89631ca2e96753a0ed7e807b6bdcb41df3
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Wed Sep 3 22:20:45 2014 +0200

    Add: ad_select


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

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

diff --git a/en-US/Configure_Network_Bonding.xml b/en-US/Configure_Network_Bonding.xml
index 7459981..17a16d8 100644
--- a/en-US/Configure_Network_Bonding.xml
+++ b/en-US/Configure_Network_Bonding.xml
@@ -598,6 +598,57 @@ bond0</screen>
         <variablelist
           spacing="compact">
           <title>Bonding Interface Parameters</title>
+
+
+             <varlistentry>
+            <term>
+              <literal>ad_select=<replaceable>&lt;value&gt;</replaceable>
+              </literal>
+            </term>
+            <listitem>
+              <para>Specifies the 802.3ad aggregation selection logic to use. Possible values are:
+              <itemizedlist>
+                <listitem>
+                  <para>
+                    <userinput>stable</userinput> or <userinput>0</userinput> — Default setting. The active aggregator is chosen by largest aggregate bandwidth. Reselection of the active aggregator occurs only when all	slaves of the active aggregator are down or if the active aggregator has no slaves.</para>
+                </listitem>
+                <listitem>
+                  <para>
+                    <userinput>bandwidth</userinput> or <userinput>1</userinput> — The active aggregator is chosen by largest aggregate bandwidth. Reselection occurs if:
+                    <itemizedlist>
+                      <listitem>
+                        <para>
+                          A slave is added to or removed from the bond;
+                        </para>
+                      </listitem>
+                       <listitem>
+                        <para>
+                          Any slave's link state changes;
+                        </para>
+                      </listitem>
+                      <listitem>
+                        <para>
+                          Any slave's 802.3ad association state changes;
+                        </para>
+                      </listitem>
+                      <listitem>
+                        <para>
+                          The bond's administrative state changes to up.
+                        </para>
+                      </listitem>
+                    </itemizedlist></para>
+                </listitem>
+
+                <listitem>
+                  <para>
+                    <userinput>count</userinput> or <userinput>2</userinput> — The active aggregator is chosen by the largest number of slaves. Reselection occurs as described for the <option>bandwidth</option> setting above.</para>
+                </listitem>
+              </itemizedlist>
+  The <option>bandwidth</option> and <option>count</option> selection policies permit failover of 802.3ad aggregations when partial failure of the active aggregator occurs. This keeps the aggregator with the highest availability, either in bandwidth or in number of slaves, active at all times.
+</para>
+</listitem>
+</varlistentry>
+
           <varlistentry>
             <term>
               <literal>arp_interval=<replaceable>&lt;time_in_milliseconds&gt;</replaceable>



More information about the docs-commits mailing list