aboutsummaryrefslogtreecommitdiffstats
path: root/extraconfig
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-03 09:03:44 +0000
committerGerrit Code Review <review@openstack.org>2015-12-03 09:03:44 +0000
commitc643d4bfccb51f234ed03e7d1d61025edd43622a (patch)
tree152c91a5971da4e2efd1a4d157825fd3caaf1410 /extraconfig
parent263ba3386f2f6446f5d65eb8ce21e46e657b4e94 (diff)
parente6c33852a9cedb67e22ce66e8910849cc3b397b3 (diff)
Merge "Apply mongod timeout via cib-push"
Diffstat (limited to 'extraconfig')
-rwxr-xr-xextraconfig/tasks/yum_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconfig/tasks/yum_update.sh b/extraconfig/tasks/yum_update.sh
index e3e9545d..75b17e8b 100755
--- a/extraconfig/tasks/yum_update.sh
+++ b/extraconfig/tasks/yum_update.sh
@@ -123,7 +123,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