| Summary: | [rhgs docker image] Include cronie and it's dependent packages in RHGS container image | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Prasanth <pprakash> |
| Component: | rhgs-server-container | Assignee: | Mohamed Ashiq <mliyazud> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Prasanth <pprakash> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.1 | CC: | asrivast, hchiramm, pprakash, rcyriac, sankarshan, ssampat |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | RHGS 3.1.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rhgs-server-docker-3.1.2-7 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
Cronie package and its dependencies were not installed in the images.
Consequence:
Snapshot scripts did not run successfully
Fix:
Added Cronie and its dependencies to the images
Result:
Snapshot scripts works fine with out any error.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-12-19 17:31:42 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: | |
|
Description
Prasanth
2016-02-09 07:59:30 UTC
Verified as fixed in rhgs-server-docker-3.1.2-7 #### [root@dhcp42-184 hooks]# rpm -qa |grep cron cronie-anacron-1.4.11-14.el7.x86_64 crontabs-1.11-6.20121102git.el7.noarch cronie-1.4.11-14.el7.x86_64 [root@dhcp42-184 ]# snap_scheduler.py init snap_scheduler: Successfully initialised snapshot scheduler for this node #### |