[Pkg-ceph-commits] [ceph] 05/08: Ensure all old systemd units are installed for upgrades

James Downing Page jamespage at moszumanska.debian.org
Tue Dec 8 12:04:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch experimental
in repository ceph.

commit 61c8322a717fb6eda4604c18d290a18f088745bc
Author: James Page <james.page at ubuntu.com>
Date:   Tue Dec 8 12:01:42 2015 +0000

    Ensure all old systemd units are installed for upgrades
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 44cbce3..38e9237 100755
--- a/debian/rules
+++ b/debian/rules
@@ -106,14 +106,15 @@ override_dh_installinit:
 	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph/lib/systemd/system/ceph-create-keys at .service
 	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph/lib/systemd/system/ceph-osd at .service
 	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph/lib/systemd/system/ceph-disk at .service
-	# NOTE(jamespage): Install previous ceph-mon service from packaging for upgrades
+	# NOTE(jamespage): Install previous ceph-mon/create-keys service from packaging for upgrades
 	install -m0644 debian/lib-systemd/system/ceph-mon.service debian/ceph/lib/systemd/system
+	install -m0644 debian/lib-systemd/system/ceph-create-keys.service debian/ceph/lib/systemd/system
 	# systemd:ceph-mds
 	install -d -m0755 debian/ceph-mds/lib/systemd/system
 	install -m0644 systemd/ceph-mds at .service debian/ceph-mds/lib/systemd/system
 	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-mds/lib/systemd/system/ceph-mds at .service
 	# NOTE(jamespage): Install previous ceph-mds service from packaging for upgrades
-	install -m0644 debian/lib-systemd/system/ceph-mds.service debian/ceph/lib/systemd/system
+	install -m0644 debian/lib-systemd/system/ceph-mds.service debian/ceph-mds/lib/systemd/system
 	# systemd:radosgw
 	install -d -m0755 debian/radosgw/lib/systemd/system
 	install -m0644 systemd/ceph-radosgw at .service debian/radosgw/lib/systemd/system

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list