Skip to content

Commit

Permalink
Merge pull request #1069 from dandrestor/master
Browse files Browse the repository at this point in the history
Better explain the sub-option permit_masters
  • Loading branch information
untergeek committed Sep 25, 2017
2 parents df113e8 + 57793a9 commit 8329a8a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/asciidoc/options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1050,11 +1050,15 @@ The current sub-options are as follows:

=== permit_masters

This option indicates whether the shrink action can select master eligible nodes when using
`DETERMINISTIC` as the value for <<option_shrink_node,shrink_node>>. The default value is
`False`. Please note that this will exclude the elected master, as well as other
master-eligible nodes.

[IMPORTANT]
=====================================
The `permit_masters` sub-option has a default value of `False`. If you have a small cluster
with only master/data nodes, you must set `permit_masters` to `True` in order to select one
of those nodes as a potential <<option_shrink_node,shrink_node>>.
If you have a small cluster with only master/data nodes, you must set `permit_masters` to
`True` in order to select one of those nodes as a potential <<option_shrink_node,shrink_node>>.
=====================================

=== exclude_nodes
Expand Down

0 comments on commit 8329a8a

Please sign in to comment.