Bug 1365395
Summary: | Support for rc.d and init for Service management | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Aravinda VK <avishwan> | |
Component: | eventsapi | Assignee: | Aravinda VK <avishwan> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | |||
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.10.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1374649 (view as bug list) | Environment: | ||
Last Closed: | 2017-03-06 17:22:10 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: | 1351589, 1374649 |
Description
Aravinda VK
2016-08-09 07:39:24 UTC
REVIEW: http://review.gluster.org/15367 (eventsapi: Add Init scripts for different distributions) posted (#1) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/15367 (eventsapi: Add Init scripts for different distributions) posted (#2) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/15367 (eventsapi: Add Init scripts for different distributions) posted (#3) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/15367 (eventsapi: Add Init scripts for different distributions) posted (#4) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/15367 (eventsapi: Add Init scripts for different distributions) posted (#5) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/15367 (eventsapi: Add Init scripts for different distributions) posted (#6) for review on master by Aravinda VK (avishwan) COMMIT: http://review.gluster.org/15367 committed in master by Aravinda VK (avishwan) ------ commit 5a1abd235d05809bc7a5c4b94ae7bb51add6fc9c Author: Aravinda VK <avishwan> Date: Wed Aug 31 08:33:44 2016 +0530 eventsapi: Add Init scripts for different distributions Added init scripts for - SysvInit(CentOS 6 or Red Hat 6) - rc.d (FreeBSD) Most of the latest distributions are using systemd. Support to be added for other distributions which are not using systemd. Removed systemctl wrapper functions(start/stop/status) from gluster-eventsapi CLI(peer_eventsapi.py). Status and Reload re-implemented using pid file check. Added pid file support for glustereventsd. Following dependencies removed python-flask - Only used for example dashboard. User can install if required. python-fasteners - Not available for EPEL 6, added custom code using fcntl as replacement. BUG: 1365395 Change-Id: I26792eae9b11e93304f70b3997cd7d8d03b067f4 Signed-off-by: Aravinda VK <avishwan> Reviewed-on: http://review.gluster.org/15367 Smoke: Gluster Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Niels de Vos <ndevos> NetBSD-regression: NetBSD Build System <jenkins.org> Reviewed-by: Kaleb KEITHLEY <kkeithle> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.10.0, please open a new bug report. glusterfs-3.10.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://lists.gluster.org/pipermail/gluster-users/2017-February/030119.html [2] https://www.gluster.org/pipermail/gluster-users/ |