diff options
author | Sofer Athlan-Guyot <sathlang@redhat.com> | 2017-04-06 16:55:08 +0200 |
---|---|---|
committer | Athlan-Guyot sofer <sathlang@redhat.com> | 2017-05-17 10:13:40 +0000 |
commit | 75a5a4681eadf8eff214e81aff65c6ca13e12133 (patch) | |
tree | 8dae49f8e5189dca628a46d3478b07c4bf447c30 /puppet/services | |
parent | 05f28100cc7b7c80fecad4a89b8868cb78595e5b (diff) |
Timeout early on pcs cluster status check0 during upgrade.
There is a windows for the pcs cluster status to hang forever[1]. We
add a timeout during check0 to avoid this situation. 2 minutes should
be more than enought to get all the pcsd nodes to reply.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1292858
Closes-Bug: #1680477
Change-Id: Icb3dc76e031a3d4f26294f37d169f2f61d30973e
(cherry picked from commit 0ea21f51a8128e536404ffd87f741443c9287593)
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/pacemaker.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/services/pacemaker.yaml b/puppet/services/pacemaker.yaml index 28fcbd6f..f7a0edf8 100644 --- a/puppet/services/pacemaker.yaml +++ b/puppet/services/pacemaker.yaml @@ -141,6 +141,8 @@ outputs: - name: Check pacemaker cluster running before upgrade tags: step0,validation pacemaker_cluster: state=online check_and_fail=true + async: 30 + poll: 4 - name: Stop pacemaker cluster tags: step2 pacemaker_cluster: state=offline |