[Pkg-ceph-commits] [ceph] 02/08: Fix location of flock in systemd control files.

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 3cdf51212c31bbc3cb9f0f23606b9f5818e57c8a
Author: James Page <james.page at ubuntu.com>
Date:   Mon Nov 30 15:15:12 2015 +0000

    Fix location of flock in systemd control files.
---
 debian/patches/flock-location-debian.patch | 9 +++++++++
 debian/patches/series                      | 1 +
 2 files changed, 10 insertions(+)

diff --git a/debian/patches/flock-location-debian.patch b/debian/patches/flock-location-debian.patch
new file mode 100644
index 0000000..b8c2546
--- /dev/null
+++ b/debian/patches/flock-location-debian.patch
@@ -0,0 +1,9 @@
+--- a/systemd/ceph-disk at .service
++++ b/systemd/ceph-disk at .service
+@@ -4,5 +4,5 @@ Description=Ceph disk activation: %f
+ [Service]
+ Type=oneshot
+ KillMode=none
+-ExecStart=/bin/flock /var/lock/ceph-disk -c '/usr/sbin/ceph-disk --verbose --log-stdout trigger --sync %f'
++ExecStart=/usr/bin/flock /var/lock/ceph-disk -c '/usr/sbin/ceph-disk --verbose --log-stdout trigger --sync %f'
+ TimeoutSec=0
diff --git a/debian/patches/series b/debian/patches/series
index 5c2e717..ed82a4b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ ceph-osd-prestart-path.patch
 fix-argparse-defaults.patch
 fix-cycles-arch.patch
 #vivid-does-systemd.patch
+flock-location-debian.patch

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