Skip to content

Conversation

@dirkmueller
Copy link
Contributor

Any restart of the database is going to cause a large downtime, so
favoring availability we tell pacemaker to do this as little as
possible. Also expire failures after a time of 30 minutes so that
the clustering can resume after transient failures.

Any restart of the database is going to cause a large downtime, so
favoring availability we tell pacemaker to do this as little as
possible. Also expire failures after a time of 30 minutes so that
the clustering can resume after transient failures.
"datadir" => node[:database][:mysql][:datadir],
"log" => "/var/log/mysql/mysqld.log"
})
meta ({
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint/ParenthesesAsGroupedExpression: (...) interpreted as grouped expression. (https://github.com/bbatsov/ruby-style-guide#parens-no-spaces)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants