21209844 heat-db method timeout is too short, can cause corruption on upgrade s11-update
authorDrew Fisher <drew.fisher@oracle.com>
Fri, 19 Jun 2015 06:15:34 -0700
branchs11-update
changeset 4509 3be1d3091fe2
parent 4508 d8924d870370
child 4514 d5eea6257d67
21209844 heat-db method timeout is too short, can cause corruption on upgrade
components/openstack/cinder/files/cinder-db.xml
components/openstack/glance/files/glance-db.xml
components/openstack/heat/files/heat-db.xml
components/openstack/keystone/files/keystone.xml
components/openstack/neutron/files/neutron-server.xml
components/openstack/nova/files/nova-conductor.xml
--- a/components/openstack/cinder/files/cinder-db.xml	Fri Jun 19 09:35:02 2015 +0100
+++ b/components/openstack/cinder/files/cinder-db.xml	Fri Jun 19 06:15:34 2015 -0700
@@ -48,7 +48,7 @@
 
     <logfile_attributes permissions='600'/>
 
-    <exec_method timeout_seconds="60" type="method" name="start"
+    <exec_method timeout_seconds="600" type="method" name="start"
       exec="/usr/bin/cinder-manage db sync">
       <method_context>
         <method_credential user='cinder' group='cinder' />
--- a/components/openstack/glance/files/glance-db.xml	Fri Jun 19 09:35:02 2015 +0100
+++ b/components/openstack/glance/files/glance-db.xml	Fri Jun 19 06:15:34 2015 -0700
@@ -47,7 +47,7 @@
 
     <logfile_attributes permissions='600'/>
 
-    <exec_method timeout_seconds="60" type="method" name="start"
+    <exec_method timeout_seconds="600" type="method" name="start"
       exec="/usr/bin/glance-manage db_sync">
       <method_context>
         <method_credential user='glance' group='glance' />
--- a/components/openstack/heat/files/heat-db.xml	Fri Jun 19 09:35:02 2015 +0100
+++ b/components/openstack/heat/files/heat-db.xml	Fri Jun 19 06:15:34 2015 -0700
@@ -46,7 +46,7 @@
 
     <logfile_attributes permissions='600'/>
 
-    <exec_method timeout_seconds="60" type="method" name="start"
+    <exec_method timeout_seconds="600" type="method" name="start"
       exec="/usr/bin/heat-manage db_sync">
       <method_context>
         <method_credential user='heat' group='heat' />
--- a/components/openstack/keystone/files/keystone.xml	Fri Jun 19 09:35:02 2015 +0100
+++ b/components/openstack/keystone/files/keystone.xml	Fri Jun 19 06:15:34 2015 -0700
@@ -53,7 +53,7 @@
 
     <logfile_attributes permissions='600'/>
 
-    <exec_method timeout_seconds="60" type="method" name="start"
+    <exec_method timeout_seconds="600" type="method" name="start"
       exec="/lib/svc/method/keystone %m">
       <method_context>
         <method_credential user='keystone' group='keystone' />
--- a/components/openstack/neutron/files/neutron-server.xml	Fri Jun 19 09:35:02 2015 +0100
+++ b/components/openstack/neutron/files/neutron-server.xml	Fri Jun 19 06:15:34 2015 -0700
@@ -53,7 +53,7 @@
 
     <logfile_attributes permissions='600'/>
 
-    <exec_method timeout_seconds="60" type="method" name="start"
+    <exec_method timeout_seconds="600" type="method" name="start"
       exec="/lib/svc/method/neutron-server %m %{config/config_path} %{config/plugin_config_path}">
       <method_context>
         <method_credential user='neutron' group='neutron' />
--- a/components/openstack/nova/files/nova-conductor.xml	Fri Jun 19 09:35:02 2015 +0100
+++ b/components/openstack/nova/files/nova-conductor.xml	Fri Jun 19 06:15:34 2015 -0700
@@ -53,7 +53,7 @@
 
     <logfile_attributes permissions='600'/>
 
-    <exec_method timeout_seconds="60" type="method" name="start"
+    <exec_method timeout_seconds="600" type="method" name="start"
       exec="/lib/svc/method/nova-conductor %m">
       <method_context>
         <method_credential user='nova' group='nova' />