Bug 1081899
Summary: | "glusterd" service does not start automatically after reboots | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | spandura | |
Component: | build | Assignee: | Bala.FA <barumuga> | |
Status: | CLOSED ERRATA | QA Contact: | spandura | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | rhgs-3.0 | CC: | dpati, grajaiya, nlevinki, nsathyan, rcyriac, rhs-bugs, ssamanta, vagarwal | |
Target Milestone: | --- | Keywords: | Regression | |
Target Release: | RHGS 3.0.0 | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.5qa2-0.340.gitc193996.el6rhs | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1086141 (view as bug list) | Environment: | ||
Last Closed: | 2014-09-22 19:32:45 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: | 1086141 |
Description
spandura
2014-03-28 07:18:58 UTC
The post-install script of glusterfs-server package had the following for RHS 2.1u2 ----------------------------------------------- postinstall scriptlet (using /bin/sh): # Legacy server #/sbin/chkconfig --add glusterd ;#/sbin/chkconfig --add glusterfsd ;/sbin/chkconfig --add glusterd /sbin/chkconfig glusterd on ----------------------------------------------- while for RHS 3.0 it is as follows ----------------------------------------------- postinstall scriptlet (using /bin/sh): # Legacy server /sbin/chkconfig --add glusterd ;/sbin/chkconfig --add glusterfsd ; ----------------------------------------------- Patch is under review at http://review.gluster.org/7432 Verified this on build : root@fan [May-13-2014-11:26:10] >gluster --version glusterfs 3.6.0 built on May 10 2014 13:57:11 Bug is fixed. Moving the bug to verified state. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-1278.html |