[Pkg-ceph-commits] [ceph] 47/59: d/rules: Install ceph-volume systemd configuration.

James Downing Page jamespage at moszumanska.debian.org
Thu Feb 1 15:27:57 UTC 2018


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

jamespage pushed a commit to branch ubuntu/artful
in repository ceph.

commit 88219fb2ac727a68a770539476e3941ed2ed61f7
Author: James Page <james.page at ubuntu.com>
Date:   Tue Aug 29 08:40:22 2017 +0000

    d/rules: Install ceph-volume systemd configuration.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5657334..607ecc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ceph (12.1.4-0ubuntu1) UNRELEASED; urgency=medium
 
   * New release candidate for next stable release.
   * d/p/32bit-compat-service-daemon.patch: Dropped, accepted upstream.
+  * d/rules: Install ceph-volume systemd configuration.
 
  -- James Page <ubuntu at juju-ffbf2b-builders-1.openstacklocal>  Tue, 29 Aug 2017 08:28:30 +0000
 
diff --git a/debian/rules b/debian/rules
index 2fc5cd9..24a109b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,9 +90,11 @@ override_dh_installinit:
 	install -m0644 systemd/ceph-mon at .service debian/ceph-mon/lib/systemd/system
 	install -m0644 systemd/ceph-osd at .service debian/ceph-osd/lib/systemd/system
 	install -m0644 systemd/ceph-disk at .service debian/ceph-osd/lib/systemd/system
+	install -m0644 systemd/ceph-volume at .service debian/ceph-osd/lib/systemd/system
 	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-mon/lib/systemd/system/ceph-mon at .service
 	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-osd/lib/systemd/system/ceph-osd at .service
 	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-osd/lib/systemd/system/ceph-disk at .service
+	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-osd/lib/systemd/system/ceph-volume at .service
 	install -m0644 systemd/ceph-mon.target debian/ceph-mon/lib/systemd/system
 	install -m0644 systemd/ceph-osd.target debian/ceph-osd/lib/systemd/system
 	# NOTE(jamespage): Install previous ceph-mon service from packaging for upgrades

-- 
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