mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Update docs to replace master_shuffle with random_master
This commit is contained in:
parent
bb610f761e
commit
d1b7216cc9
4 changed files with 5 additions and 4 deletions
1
changelog/61725.fixed
Normal file
1
changelog/61725.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Update docs to replace master_shuffle with random_master.
|
|
@ -47037,7 +47037,7 @@ in the order they are defined. To randomize that order, set
|
|||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
master_shuffle: True
|
||||
random_master: True
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
|
@ -452752,7 +452752,7 @@ REQUIRED to use failover.
|
|||
Multimaster with PKI and Failover is discussed in
|
||||
this tutorial
|
||||
.sp
|
||||
\fBmaster_type: failover\fP can be combined with \fBmaster_shuffle: True\fP
|
||||
\fBmaster_type: failover\fP can be combined with \fBrandom_master: True\fP
|
||||
to spread minion connections across all masters (one master per
|
||||
minion, not each minion connecting to all masters). Adding Salt Syndics
|
||||
into the mix makes it possible to create a load\-balanced Salt infrastructure.
|
||||
|
|
|
@ -44,7 +44,7 @@ REQUIRED to use failover.
|
|||
Multimaster with PKI and Failover is discussed in
|
||||
:ref:`this tutorial <tutorial-multi-master-pki>`
|
||||
|
||||
``master_type: failover`` can be combined with ``master_shuffle: True``
|
||||
``master_type: failover`` can be combined with ``random_master: True``
|
||||
to spread minion connections across all masters (one master per
|
||||
minion, not each minion connecting to all masters). Adding Salt Syndics
|
||||
into the mix makes it possible to create a load-balanced Salt infrastructure.
|
||||
|
|
|
@ -192,7 +192,7 @@ in the order they are defined. To randomize that order, set
|
|||
|
||||
.. code-block:: yaml
|
||||
|
||||
master_shuffle: True
|
||||
random_master: True
|
||||
|
||||
The master-list will then be shuffled before the first connection attempt.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue