Bug 920450
Summary: | 'ntp' and 'ntpdate' packages and 'ntpd' service not available on a Red Hat Storage (RHS) server installed through Red Hat Satellite server | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Rejy M Cyriac <rcyriac> |
Component: | redhat-storage-server | Assignee: | Anthony Towns <atowns> |
Status: | CLOSED ERRATA | QA Contact: | Rejy M Cyriac <rcyriac> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 2.0 | CC: | atowns, flanagan, grajaiya, rhs-bugs, shaines, surs |
Target Milestone: | --- | Keywords: | TestBlocker |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | redhat-storage-server-2.1.0-2.el6rhs | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-09-23 22:29:52 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: | 902791 |
Description
Rejy M Cyriac
2013-03-12 06:55:55 UTC
Current tests on RHS 2.1 confirms that the 'ntp' and 'ntpdate' packages are now available on a Red Hat Storage (RHS) server installed through Red Hat Satellite server, through the implementation of the 'redhat-storage-server' rpm. --------------------------------------------------------- # cat /etc/redhat-storage-release Red Hat Storage Server 2.1 # rpm -qa | grep ntp ntpdate-4.2.4p8-3.el6.x86_64 ntp-4.2.4p8-3.el6.x86_64 --------------------------------------------------------- However, the 'redhat-storage-server' rpm does not ensure that the ntpd daemon is started up on boot. --------------------------------------------------------- # chkconfig --list ntpd ntpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off # rpm -q --scripts redhat-storage-server | grep ntp # --------------------------------------------------------- Currently though, it appears that vdsmd does start up the ntpd daemon on the system --------------------------------------------------------- # service ntpd status ntpd (pid 2228) is running... # grep ntp /etc/init.d/vdsmd NEEDED_SERVICES="iscsid multipathd ntpd wdmd sanlock" --------------------------------------------------------- But ntpd is a required service for Red hat Storage, and so it would be best to have it ensured by the 'redhat-storage-server' rpm that the ntpd daemon is set to start up at boot, and not depend on vdsm to have it started up. To add further to comment 4 : On an RHS 2.1 install from ISO, the ks.cfg file in the install kernel's initrd ensures that ntpd is set to start up at boot, by the following entry. -------------------------------------------------------------------------- services --enabled=ntpd -------------------------------------------------------------------------- This setting has currently not been replicated through the redhat-storage-server rpm. Tested and verified that, on install of RHS 2.1 server through RH Satellite server, the ntp and ntpdate packages are installed by default, and the ntpd daemon is configured to start on boot. ----------------------------------------------- # rpm -q redhat-storage-server redhat-storage-server-2.1.0-3.el6rhs.noarch # rpm -q --scripts redhat-storage-server | grep ntp chkconfig ntpd on # rpm -qa | grep ntp ntpdate-4.2.4p8-3.el6.x86_64 ntp-4.2.4p8-3.el6.x86_64 # chkconfig --list ntpd ntpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off # service ntpd status ntpd (pid 7905) is running... ----------------------------------------------- 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/RHBA-2013-1262.html |