Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
ceph.401
0012-Switch-off-systemd-detection.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0012-Switch-off-systemd-detection.patch of Package ceph.401
From: Owen Synge <osynge@suse.com> Date: Tue, 12 Aug 2014 10:00:08 +0200 Subject: [PATCH] Switch off systemd detection Currently systemd on ceph breaks shutting down ceph. (cherry picked from commit 0e8635704a62d53d4876f5f461e16ba84557f4f6) --- src/init-ceph.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/init-ceph.in b/src/init-ceph.in index 5fb8d6d..6506c56 100644 --- a/src/init-ceph.in +++ b/src/init-ceph.in @@ -48,6 +48,8 @@ EXIT_STATUS=0 # detect systemd SYSTEMD=0 grep -qs systemd /proc/1/comm && SYSTEMD=1 +# dont detect on SLE12 +SYSTEMD=0 signal_daemon() { name=$1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor