Bug 764623 (GLUSTER-2891)

Summary: Avoid hardcoding libexecdir
Product: [Community] GlusterFS Reporter: Vijay Bellur <vijay>
Component: geo-replicationAssignee: Csaba Henk <csaba>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: mainlineCC: gluster-bugs, joe
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vijay Bellur 2011-05-09 16:24:01 UTC
git grep libexec yields:

xlators/mgmt/glusterd/src/glusterd.c:                "remote-gsyncd /usr/local/libexec/glusterfs/gsyncd . ^ssh:");
glusterfs.spec.in:/usr/local/libexec/glusterfs/gsyncd

Please change these occurrences to make use of the configure'd libexec.

Comment 1 Csaba Henk 2011-05-10 03:00:32 UTC
Vijay,

that hard-coded path is there:
- with purpose
- on your request (actually a mini-framework had to be written to support that option :) )

so I'm not sure we'd really want to weed that out, we'll discuss.

Comment 2 Csaba Henk 2011-05-26 03:41:06 UTC
at the end of the day, we can conclude that the only related thing to change is to weed out "local" from the rpm specfile; that  should be covered by #2947.