Bug 1290602

Summary: CTDB hook scripts fail to start/stop ctdb on systemd systems
Product: [Community] GlusterFS Reporter: Michael Adam <madam>
Component: scriptsAssignee: Michael Adam <madam>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: mainlineCC: bugs, gluster-bugs, rjoseph
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-16 20:39:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Adam 2015-12-10 23:25:19 UTC
Description of problem:

chkconfig on/off orignally starts/stops the service.
This assumption is used by the S29CTDB hook scripts.

Now on systemd systems, chkconfig on/off is redirected
to systemctl enable/disable, which does _not_ start/stop
the service.

Expected:

Hook scripts start/stop ctdb.

Comment 1 Vijay Bellur 2015-12-10 23:27:17 UTC
REVIEW: http://review.gluster.org/12944 (hook-scripts: fix S29CTDB scripts on systemd systems) posted (#1) for review on master by Michael Adam (obnox)

Comment 2 Michael Adam 2015-12-16 20:39:28 UTC
Expectation was wrong. It works as designed.