File tree Expand file tree Collapse file tree
src/roles/ha_scs/tasks/files Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ RESOURCE_DEFAULTS:
198198 operations :
199199 monitor :
200200 interval : " 3600"
201+ timeout : " 120"
201202 start :
202203 interval : " 0"
203204 timeout : " 20"
@@ -224,48 +225,60 @@ RESOURCE_DEFAULTS:
224225 MINIMAL_PROBE : " true"
225226 meta_attributes :
226227 resource-stickiness : " 5000"
227- priority : " 100 "
228+ priority : " 10 "
228229 operations :
229230 monitor :
230231 interval : " 11"
231232 timeout : " 105"
232233 start :
233234 interval : " 0"
234- timeout : " 180 "
235+ timeout : " 600 "
235236 stop :
236237 interval : " 0"
237- timeout : " 240 "
238+ timeout : " 600 "
238239 promote :
239240 interval : " 0"
240241 timeout : " 320"
241242 demote :
242243 interval : " 0"
243244 timeout : " 320"
245+ methods :
246+ timeout : " 5"
247+ interval : " 0"
248+ reload :
249+ timeout : " 320"
250+ interval : " 0"
244251
245252 ers :
246253 instance_attributes :
247254 AUTOMATIC_RECOVER : " false"
248255 MINIMAL_PROBE : " true"
249256 IS_ERS : " true"
250257 meta_attributes :
251- resource-stickiness : " 5000 "
258+ resource-stickiness : " 3000 "
252259 priority : " 100"
253260 operations :
254261 monitor :
255- interval : " 11 "
262+ interval : " 20 "
256263 timeout : " 105"
257264 start :
258265 interval : " 0"
259- timeout : " 180 "
266+ timeout : " 600 "
260267 stop :
261268 interval : " 0"
262- timeout : " 240 "
269+ timeout : " 600 "
263270 promote :
264271 interval : " 0"
265272 timeout : " 320"
266273 demote :
267274 interval : " 0"
268275 timeout : " 320"
276+ methods :
277+ timeout : " 5"
278+ interval : " 0"
279+ reload :
280+ timeout : " 320"
281+ interval : " 0"
269282
270283 ipaddr :
271284 meta_attributes :
You can’t perform that action at this time.
0 commit comments