diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-11-25 09:45:24 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-11-25 09:45:24 +0100 |
commit | e6c33852a9cedb67e22ce66e8910849cc3b397b3 (patch) | |
tree | fe9ca96e048f824650e03f7e8982755b8d7dd5d2 /extraconfig/tasks | |
parent | 7bae1ce8b0de5108e5219d2cadb712425eaf0f87 (diff) |
Apply mongod timeout via cib-push
We forgot to apply the mongod timeout in the cib dump first, to
apply it later in a single cib-push step.
Change-Id: Ib104e51782c6d3f646907cdb06c74fd4cbf9028c
Diffstat (limited to 'extraconfig/tasks')
-rwxr-xr-x | extraconfig/tasks/yum_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconfig/tasks/yum_update.sh b/extraconfig/tasks/yum_update.sh index 6ab2501c..60da8b27 100755 --- a/extraconfig/tasks/yum_update.sh +++ b/extraconfig/tasks/yum_update.sh @@ -113,7 +113,7 @@ openstack-nova-scheduler" pcs -f $pacemaker_dumpfile resource update $service op start timeout=100s op stop timeout=100s done # mongod start timeout is higher, setting only stop timeout - pcs resource update mongod op stop timeout=100s + pcs -f $pacemaker_dumpfile resource update mongod op stop timeout=100s echo "Applying new Pacemaker config" pcs cluster cib-push $pacemaker_dumpfile |