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:
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.
REVIEW: http://review.gluster.org/10018 (build: attr package dependency) posted (#1) for review on release-3.6 by Kaleb KEITHLEY (kkeithle)
REVIEW: http://review.gluster.org/10018 (build: attr package dependency) posted (#2) for review on release-3.6 by Kaleb KEITHLEY (kkeithle)
REVIEW: http://review.gluster.org/10018 (build: attr package dependency) posted (#3) for review on release-3.6 by Kaleb KEITHLEY (kkeithle)
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>