21209844 heat-db method timeout is too short, can cause corruption on upgrade s11u2-sru
authorDrew Fisher <drew.fisher@oracle.com>
Fri, 19 Jun 2015 07:15:22 -0600
branchs11u2-sru
changeset 4524 1d366b8c5c2d
parent 4501 f27105cdc8e2
child 4525 27c45fc09026
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	Thu Jun 18 00:11:46 2015 -0700
+++ b/components/openstack/cinder/files/cinder-db.xml	Fri Jun 19 07:15:22 2015 -0600
@@ -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	Thu Jun 18 00:11:46 2015 -0700
+++ b/components/openstack/glance/files/glance-db.xml	Fri Jun 19 07:15:22 2015 -0600
@@ -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	Thu Jun 18 00:11:46 2015 -0700
+++ b/components/openstack/heat/files/heat-db.xml	Fri Jun 19 07:15:22 2015 -0600
@@ -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	Thu Jun 18 00:11:46 2015 -0700
+++ b/components/openstack/keystone/files/keystone.xml	Fri Jun 19 07:15:22 2015 -0600
@@ -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	Thu Jun 18 00:11:46 2015 -0700
+++ b/components/openstack/neutron/files/neutron-server.xml	Fri Jun 19 07:15:22 2015 -0600
@@ -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	Thu Jun 18 00:11:46 2015 -0700
+++ b/components/openstack/nova/files/nova-conductor.xml	Fri Jun 19 07:15:22 2015 -0600
@@ -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' />