diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-01-06 12:18:31 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-01-06 12:18:31 +0000 |
commit | dccf97a000af99a2d76f9a5d4cc5f3d024b50693 (patch) | |
tree | 5ab310c5f508a0845af1874afe1b3912d547e249 /extraconfig/tasks/yum_update.sh | |
parent | 6746cb80f32032d2d205ea1a7d15c2f5a06a2843 (diff) | |
parent | b597ddc283be0490413afcdff60d6eb6e2991614 (diff) |
Merge "Bump the pacemaker service op_params to 200s for start and stop"
Diffstat (limited to 'extraconfig/tasks/yum_update.sh')
-rwxr-xr-x | extraconfig/tasks/yum_update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extraconfig/tasks/yum_update.sh b/extraconfig/tasks/yum_update.sh index 2d6b8cc2..c6313d9d 100755 --- a/extraconfig/tasks/yum_update.sh +++ b/extraconfig/tasks/yum_update.sh @@ -123,10 +123,10 @@ openstack-nova-scheduler" echo "Setting resource start/stop timeouts" for service in $SERVICES; do - pcs -f $pacemaker_dumpfile resource update $service op start timeout=100s op stop timeout=100s + pcs -f $pacemaker_dumpfile resource update $service op start timeout=200s op stop timeout=200s done # mongod start timeout is higher, setting only stop timeout - pcs -f $pacemaker_dumpfile resource update mongod op stop timeout=100s + pcs -f $pacemaker_dumpfile resource update mongod op start timeout=370s op stop timeout=200s echo "Applying new Pacemaker config" if ! pcs cluster cib-push $pacemaker_dumpfile; then |