Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions jobs/mysql/spec
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,7 @@ properties:
default: 10
description: 'Threshold in seconds above which SQL queries get logged in the slow query log file'

cf_mysql.mysql.bootstrap_enabled:
default: true
description: 'Enables ussage of bootsrap procedure'

2 changes: 1 addition & 1 deletion jobs/mysql/templates/mariadb_ctl_config.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ Manager:
<% cluster_ips.each do |ip| %>
- <%= ip %>
<% end %>
BootstrapNode: <%= spec.bootstrap %>
BootstrapNode: <%= spec.bootstrap && p("cf_mysql.mysql.bootstrap_enabled") %>
ClusterProbeTimeout: <%= p('cf_mysql.mysql.cluster_probe_timeout') %>