File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 41
41
$credentials = [],
42
42
$syslog_logger = true ,
43
43
$force_provider = undef , # temporary workaround for starting services
44
+ $quorum = $mesos::quorum ,
44
45
$use_hiera = $mesos::use_hiera ,
45
46
$single_role = $mesos::single_role ,
46
47
) inherits mesos {
Original file line number Diff line number Diff line change 14
14
# ZooKeeper URL (used for leader election amongst masters)
15
15
export MESOS_ZK=" <%= @zookeeper_url %>"
16
16
17
+ # The size of the quorum of replicas when using 'replicated_log' based
18
+ # registry. It is imperative to set this value to be a majority of
19
+ # masters i.e., quorum > (number of masters)/2.
20
+
21
+ QUORUM=< %= @quorum %>
22
+
17
23
# Human readable name for the cluster, displayed in the webui
18
24
export MESOS_CLUSTER=" <%= @cluster %>"
19
25
You can’t perform that action at this time.
0 commit comments