Bug 1081899 - "glusterd" service does not start automatically after reboots
Summary: "glusterd" service does not start automatically after reboots
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: build
Version: rhgs-3.0
Hardware: All
OS: Linux
high
high
Target Milestone: ---
: RHGS 3.0.0
Assignee: Bala.FA
QA Contact: spandura
URL:
Whiteboard:
Depends On:
Blocks: 1086141
TreeView+ depends on / blocked
 
Reported: 2014-03-28 07:18 UTC by spandura
Modified: 2015-11-23 02:58 UTC (History)
8 users (show)

Fixed In Version: glusterfs-3.5qa2-0.340.gitc193996.el6rhs
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1086141 (view as bug list)
Environment:
Last Closed: 2014-09-22 19:32:45 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2014:1278 0 normal SHIPPED_LIVE Red Hat Storage Server 3.0 bug fix and enhancement update 2014-09-22 23:26:55 UTC

Description spandura 2014-03-28 07:18:58 UTC
Description of problem:
=========================
On RHSS-3.0 , the "glusterd" service is not started automatically when we reboot the systems. 

In RHS 3.0:
postinstall scriptlet (using /bin/sh):
# Legacy server
/sbin/chkconfig --add glusterd ;/sbin/chkconfig --add glusterfsd ;

Version-Release number of selected component (if applicable):
=================================================================
[root@king ~]# gluster --version
glusterfs 3.5qa2 built on Mar 26 2014 06:21:25


How reproducible:


Steps to Reproduce:
=====================
1. Installed the "RHSS-3.0-20140326.n.5 RHS x86_64" ISO from beaker.

2. After successful installation/reboot , the glusterd service is not started automatically. 

Actual results:
=====================
[root@king ~]# gluster v info

Connection failed. Please check if gluster daemon is operational.
[root@king ~]# 
[root@king ~]# 
[root@king ~]# 
[root@king ~]# 
[root@king ~]# service glusterd status
glusterd is stopped
[root@king ~]# 
[root@king ~]# chkconfig | grep glusterd
glusterd       	0:off	1:off	2:off	3:off	4:off	5:off	6:off
[root@king ~]# 


Expected results:
====================
"glusterd" should start automatically after reboots.

Comment 2 Rejy M Cyriac 2014-03-28 07:51:47 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 ;
-----------------------------------------------

Comment 5 Bala.FA 2014-04-10 08:41:59 UTC
Patch is under review at http://review.gluster.org/7432

Comment 6 spandura 2014-05-13 11:26:47 UTC
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.

Comment 9 errata-xmlrpc 2014-09-22 19:32:45 UTC
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


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