Bug 1199885 - geo-rep: Proper Libexec directory in gsec_create command
Summary: geo-rep: Proper Libexec directory in gsec_create command
Keywords:
Status: CLOSED DUPLICATE of bug 1162905
Alias: None
Product: GlusterFS
Classification: Community
Component: geo-replication
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Aravinda VK
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-09 06:09 UTC by Aravinda VK
Modified: 2016-01-27 10:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-27 10:10:33 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Aravinda VK 2015-03-09 06:09:44 UTC
Description of problem:
After gluster system execute:: gsec_create command, common_secret.pem.pub file will get created in $GLUSTERD_WORKDIR/ which adds command=/usr/libexec/glusterfs with ssh key. In Ubuntu/Debian, libexec path is different. /usr/lib/x86_64-linux-gnu/glusterfs/ 

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


How reproducible:
Always.

Steps to Reproduce:
1. Run gluster system:: execute gsec_create
2. Check common_secret.pem.pub file in $GLUSTERD_WORKDIR(/var/lib/glusterd in fedora)
3. Check the proper command option in pub file.

Actual results:
command=/usr/libexec/glusterfs/gsyncd ssh-rsa...

Expected results:
In Ubuntu,
command="/usr/lib/x86_64-linux-gnu/glusterfs/gsyncd" ssh-rsa...

Additional info:

Comment 1 Aravinda VK 2016-01-27 10:10:33 UTC

*** This bug has been marked as a duplicate of bug 1162905 ***


Note You need to log in before you can comment on or make changes to this bug.