[openstack-swift/f16] start the services later in the boot sequence

Alan Pevec apevec at fedoraproject.org
Fri Sep 28 18:50:15 UTC 2012


commit ff1aa89dd03bd692e883b8a570f1a7f87eeec558
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue May 1 11:38:31 2012 +0100

    start the services later in the boot sequence
    
    After mysql (64), qpid (85) and libvirtd (97) at least

 openstack-swift-account.init   |    2 +-
 openstack-swift-container.init |    2 +-
 openstack-swift-object.init    |    2 +-
 openstack-swift-proxy.init     |    2 +-
 openstack-swift.spec           |    5 +++--
 5 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/openstack-swift-account.init b/openstack-swift-account.init
index 3ef6ddd..922963a 100644
--- a/openstack-swift-account.init
+++ b/openstack-swift-account.init
@@ -11,7 +11,7 @@
 
 # openstack-swift-account: swift account server
 #
-# chkconfig: - 20 80
+# chkconfig: - 98 02
 # description: Account server for swift.
 
 . /etc/rc.d/init.d/functions
diff --git a/openstack-swift-container.init b/openstack-swift-container.init
index 355d777..65bcd32 100644
--- a/openstack-swift-container.init
+++ b/openstack-swift-container.init
@@ -11,7 +11,7 @@
 
 # openstack-swift-container: swift container server
 #
-# chkconfig: - 20 80
+# chkconfig: - 98 02
 # description: Container server for swift.
 
 . /etc/rc.d/init.d/functions
diff --git a/openstack-swift-object.init b/openstack-swift-object.init
index c4de57d..0f8c107 100644
--- a/openstack-swift-object.init
+++ b/openstack-swift-object.init
@@ -11,7 +11,7 @@
 
 # openstack-swift-object: swift object server
 #
-# chkconfig: - 20 80
+# chkconfig: - 98 02
 # description: Object server for swift.
 
 . /etc/rc.d/init.d/functions
diff --git a/openstack-swift-proxy.init b/openstack-swift-proxy.init
index b10bca0..bac2df5 100644
--- a/openstack-swift-proxy.init
+++ b/openstack-swift-proxy.init
@@ -11,7 +11,7 @@
 
 # openstack-swift-proxy: swift proxy server
 #
-# chkconfig: - 20 80
+# chkconfig: - 98 02
 # description: Proxy server for swift.
 
 . /etc/rc.d/init.d/functions
diff --git a/openstack-swift.spec b/openstack-swift.spec
index ca61b1f..b577bbf 100644
--- a/openstack-swift.spec
+++ b/openstack-swift.spec
@@ -4,7 +4,7 @@
 
 Name:             openstack-swift
 Version:          1.4.8
-Release:          2.1%{?dist}
+Release:          3%{?dist}
 Summary:          OpenStack Object Storage (swift)
 
 Group:            Development/Languages
@@ -365,8 +365,9 @@ fi
 %doc LICENSE doc/build/html
 
 %changelog
-* Thu Sep 27 2012 Derek Higgins <derekh at redhat.com> - 1.4.8-2.1
+* Thu Sep 27 2012 Derek Higgins <derekh at redhat.com> - 1.4.8-3
 - Do not use pickle for serialization in memcache
+- Start the services later in the boot sequence
 
 * Sat Jul 28 2012 Alan Pevec <apevec at redhat.com> 1.4.8-1
 - Update to 1.4.8


More information about the scm-commits mailing list