]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Changed prestart script path
authorOwen Synge <osynge@suse.com>
Fri, 23 Jan 2015 11:04:37 +0000 (12:04 +0100)
committerThorsten Behrens <tbehrens@suse.com>
Wed, 11 Mar 2015 10:56:55 +0000 (11:56 +0100)
Ceph was teh only application I could find in suse which used the path
/usr/libexec so I changed this to the /usr/lib/ patch for
/usr/lib/ceph/ceph-osd-prestart.sh

Signed-off-by: Owen Synge <osynge@suse.com>
(cherry picked from commit aecc4878c8127731af0a236c0c6e3e78fd388464)

systemd/ceph-osd@.service

index edb24ad4b1f99f84f1477f458f251787c1e907df..6e27b91dd24da76d93317af30592bf18c2ad363f 100644 (file)
@@ -8,7 +8,7 @@ PartOf=ceph.target
 EnvironmentFile=-/etc/sysconfig/ceph
 Environment=CLUSTER=ceph
 ExecStart=/usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %i
-ExecStartPre=/usr/libexec/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i
+ExecStartPre=/usr/lib/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i
 
 [Install]
 WantedBy=ceph.target