Bug 982012

Summary: 'glusterd.service' doesnt honor the value specified with '--prefix' used by 'configure'
Product: [Community] GlusterFS Reporter: John Smith <lbalbalba>
Component: buildAssignee: Amar Tumballi <amarts>
Status: CLOSED WORKSFORME QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: gluster-bugs, vraman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-07 19:00:52 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 John Smith 2013-07-07 18:01:30 UTC
Description of problem:
When building from source and using systemd, the file glusterd.service has a hardcoded path instead of using the value specified with '--prefix' to './configure'.

Version-Release number of selected component (if applicable):
master

How reproducible:
Always

Steps to Reproduce:
git clone
./configure --prefix=/path/foo
make 
make install

Actual results:
glusterd.service looks for glusterd inb a hardcoded path

Expected results:
glusterd.service honors the --prefix value.

Comment 1 John Smith 2013-07-07 19:00:52 UTC
Already fixed in latest master, closing.