Merge "Restart mysql pacemaker resource on fail"

This commit is contained in:
Jenkins 2017-03-16 19:06:59 +00:00 committed by Gerrit Code Review
commit ccdcbae82a
1 changed files with 3 additions and 2 deletions

View File

@ -54,8 +54,9 @@ class cluster::mysql (
'timeout' => '55'
},
'start' => {
'interval' => '0',
'timeout' => '330'
'interval' => '30',
'timeout' => '330',
'on-fail' => 'restart',
},
'stop' => {
'interval' => '0',