Bug 1184626

Summary: Community Repo RPMs don't include attr package as a dependency
Product: [Community] GlusterFS Reporter: Dean Bruhn <deanbruhn>
Component: buildAssignee: bugs <bugs>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 3.6.1CC: bugs, gluster-bugs, hchiramm, kkeithle, lmohanty, ndevos, rabhat
Target Milestone: ---Keywords: EasyFix, Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: glusterfs-3.6.4beta1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1184627 (view as bug list) Environment:
Last Closed: 2015-07-30 13:16:46 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:
Bug Depends On: 1184627    
Bug Blocks: 1184460, 1216965    

Description Dean Bruhn 2015-01-21 20:50:40 UTC
Description of problem:
When installing the Gluster 3.6.1 packages for CentOS 7 the attr package is not installed along with it and is needed. 

Installing the package manually resolves the issue.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Niels de Vos 2015-01-21 20:57:01 UTC
Yes, indeed. The mount.glusterfs helper script tests if getfattr is available, and if not, it will log a warning.

Note that it should not make a difference for the functionality, mounting should still succeed if the attr package is not installed.


Fix needed:

In the glusterfs.spec.in, add a "Requires: attr" for the glusterfs-fuse sub-package.

Comment 2 Anand Avati 2015-03-26 16:17:07 UTC
REVIEW: http://review.gluster.org/10018 (build: attr package dependency) posted (#1) for review on release-3.6 by Kaleb KEITHLEY (kkeithle)

Comment 3 Anand Avati 2015-03-26 18:22:16 UTC
REVIEW: http://review.gluster.org/10018 (build: attr package dependency) posted (#2) for review on release-3.6 by Kaleb KEITHLEY (kkeithle)

Comment 4 Anand Avati 2015-03-26 18:26:23 UTC
REVIEW: http://review.gluster.org/10018 (build: attr package dependency) posted (#3) for review on release-3.6 by Kaleb KEITHLEY (kkeithle)

Comment 5 Anand Avati 2015-05-19 13:36:01 UTC
COMMIT: http://review.gluster.org/10018 committed in release-3.6 by Raghavendra Bhat (raghavendra) 
------
commit 24b3db07685fcc39f08e15b1b5e5cd1262b91590
Author: Kaleb S. KEITHLEY <kkeithle>
Date:   Thu Mar 26 12:15:41 2015 -0400

    build: attr package dependency
    
    Already fixed in Fedora dist-git glusterfs.spec
    
    Change-Id: I362c08e8a80bbeb2081b6744ea161d19b205244a
    BUG: 1184626
    Signed-off-by: Kaleb S. KEITHLEY <kkeithle>
    Reviewed-on: http://review.gluster.org/10018
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Humble Devassy Chirammal <humble.devassy>
    Reviewed-by: Niels de Vos <ndevos>