Restart mysql pacemaker resource on fail

Change-Id: Ie683d233a30ac92ad5a2f6236bd29497cef091fc
Closes-Bug: 1668225
This commit is contained in:
azvyagintsev 2017-04-05 12:12:43 +03:00
parent be3fc627dd
commit ebf31fca19
1 changed files with 3 additions and 2 deletions

View File

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