Bug 1073111
| Summary: | %post install warning for glusterfs-server that it can't find /etc/init.d/glusterfsd (on EL6) | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Justin Clift <jclift> |
| Component: | build | Assignee: | Lalatendu Mohanty <lmohanty> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | mainline | CC: | bugs, humble.devassy, kkeithle, kwade, lmohanty, ndevos |
| Target Milestone: | --- | Keywords: | EasyFix |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-4.1.3 (or later) | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-08-29 03:36:38 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: | |||
| Bug Blocks: | 1014242, 1092158 | ||
REVIEW: http://review.gluster.org/7192 (build: Test for presence of init.d/glusterfsd before using it) posted (#1) for review on master by Justin Clift (justin) REVIEW: http://review.gluster.org/7199 ([WIP] Add glusterfsd configuration for systemd/init.d) posted (#1) for review on master by Niels de Vos (ndevos) REVIEW: http://review.gluster.org/7199 (WIP: glusterfsd configuration for systemd/init.d) posted (#2) for review on master by Justin Clift (justin) The plan is to take the changes from http://review.gluster.org/7199, make them look a little cleaner (if needed) and test and test and test and .... Justin, if you do not have time to work on this, please move the bug to status NEW so that someone else can pick it up. Thanks! Cool. Yeah, I'm mostly single threading on regression testing stuff atm, so this isn't in my "to be fixed soon" list. It would be good if someone else could take this to completion. As a though, the old style /etc/init.d/ pieces are probably complete, with just the systemd stuff still needing work. REVIEW: http://review.gluster.org/7199 (WIP: glusterfsd configuration for systemd/init.d) posted (#3) for review on master by Lalatendu Mohanty (lmohanty) REVIEW: http://review.gluster.org/7199 (WIP: glusterfsd configuration for systemd/init.d) posted (#4) for review on master by Lalatendu Mohanty (lmohanty) REVIEW: http://review.gluster.org/7199 (glusterfsd configuration for systemd/init.d) posted (#5) for review on master by Lalatendu Mohanty (lmohanty) This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions This update is done in bulk based on the state of the patch and the time since last activity. If the issue is still seen, please reopen the bug. |
Description of problem: Compiled rpms for upstream GlusterFS git give this warning at install time: $ sudo install glusterfs*rpm Preparing... ########################################### [100%] 1:glusterfs-libs ########################################### [ 10%] 2:glusterfs ########################################### [ 20%] 3:glusterfs-api ########################################### [ 30%] 4:glusterfs-devel ########################################### [ 40%] 5:glusterfs-fuse ########################################### [ 50%] 6:glusterfs-cli ########################################### [ 60%] 7:glusterfs-server ########################################### [ 70%] error reading information on service glusterfsd: No such file or directory 8:glusterfs-api-devel ########################################### [ 80%] 9:glusterfs-rdma ########################################### [ 90%] 10:glusterfs-debuginfo ########################################### [100%] Seems to be caused by either /etc/init.d/glusterfsd not being installed when expected, or it trying to start it when it shouldn't. Version-Release number of selected component (if applicable): Upstream Git master branch as of Wed 5th March 2014. How reproducible: Every time.