From e6c33852a9cedb67e22ce66e8910849cc3b397b3 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 25 Nov 2015 09:45:24 +0100 Subject: 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 --- extraconfig/tasks/yum_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extraconfig') 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 -- cgit 1.2.3-korg