mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
Networkd Bond DOC: Move ActiveSlave and PrimarySlave to [Network] (#6610)
Fixes #6545
This commit is contained in:
parent
2e681921c9
commit
dd5f3175b7
@ -1185,34 +1185,6 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>ActiveSlave=</varname></term>
|
||||
<listitem>
|
||||
<para>A boolean. Specifies the new active slave. The <literal>ActiveSlave=</literal>
|
||||
option is only valid for following modes:
|
||||
<literal>active-backup</literal>,
|
||||
<literal>balance-alb</literal> and
|
||||
<literal>balance-tlb</literal>. Defaults to false.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>PrimarySlave=</varname></term>
|
||||
<listitem>
|
||||
<para>A boolean. Specifies which slave is the primary device. The specified
|
||||
device will always be the active slave while it is available. Only when the
|
||||
primary is off-line will alternate devices be used. This is useful when
|
||||
one slave is preferred over another, e.g. when one slave has higher throughput
|
||||
than another. The <literal>PrimarySlave=</literal> option is only valid for
|
||||
following modes:
|
||||
<literal>active-backup</literal>,
|
||||
<literal>balance-alb</literal> and
|
||||
<literal>balance-tlb</literal>. Defaults to false.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>For more detail information see
|
||||
|
@ -692,6 +692,32 @@
|
||||
This option may be specified more than once.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><varname>ActiveSlave=</varname></term>
|
||||
<listitem>
|
||||
<para>A boolean. Specifies the new active slave. The <literal>ActiveSlave=</literal>
|
||||
option is only valid for following modes:
|
||||
<literal>active-backup</literal>,
|
||||
<literal>balance-alb</literal> and
|
||||
<literal>balance-tlb</literal>. Defaults to false.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><varname>PrimarySlave=</varname></term>
|
||||
<listitem>
|
||||
<para>A boolean. Specifies which slave is the primary device. The specified
|
||||
device will always be the active slave while it is available. Only when the
|
||||
primary is off-line will alternate devices be used. This is useful when
|
||||
one slave is preferred over another, e.g. when one slave has higher throughput
|
||||
than another. The <literal>PrimarySlave=</literal> option is only valid for
|
||||
following modes:
|
||||
<literal>active-backup</literal>,
|
||||
<literal>balance-alb</literal> and
|
||||
<literal>balance-tlb</literal>. Defaults to false.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</refsect1>
|
||||
|
Loading…
Reference in New Issue
Block a user