Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

galera: avoid replacing resources #2064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.
@@ -203,6 +203,11 @@
"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