| Summary: | /etc/cron.hourly/miq_top_hourly calls /bin/miqtop which does not exist | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Chris Pelland <cpelland> |
| Component: | Appliance | Assignee: | Nick Carboni <ncarboni> |
| Status: | CLOSED ERRATA | QA Contact: | Ramesh A <rananda> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.4.0 | CC: | abellott, cpelland, dajohnso, jcutter, jhardy, jprause, mfeifer, nachandr, ncarboni, obarenbo |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.4.5 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | appliance | ||
| Fixed In Version: | 5.4.5.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1306385 | Environment: | |
| Last Closed: | 2016-03-29 14:18:01 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: | |
| Bug Depends On: | 1306385 | ||
| Bug Blocks: | 1306430 | ||
|
Comment 1
Nick Carboni
2016-02-10 21:35:59 UTC
New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=8971332030cb9d1b82d91790f0f4c0a7f73c7dd9 commit 8971332030cb9d1b82d91790f0f4c0a7f73c7dd9 Author: Nick Carboni <ncarboni> AuthorDate: Wed Feb 10 16:29:24 2016 -0500 Commit: Nick Carboni <ncarboni> CommitDate: Wed Feb 10 16:29:24 2016 -0500 Write the correct file name to miq_top_hourly https://bugzilla.redhat.com/show_bug.cgi?id=1306433 system/LINK/bin/miqtop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=6d59dd92ed4d9ffcf342d98c8186a2992093632f commit 6d59dd92ed4d9ffcf342d98c8186a2992093632f Merge: b7fbbc0 8971332 Author: Joe Rafaniello <jrafanie> AuthorDate: Thu Feb 11 16:07:07 2016 -0500 Commit: Joe Rafaniello <jrafanie> CommitDate: Thu Feb 11 16:07:07 2016 -0500 Merge branch 'restart_miqtop_miqvmstat_with_cron' into '5.4.z' Write the correct file name to miq_top_hourly https://bugzilla.redhat.com/show_bug.cgi?id=1306433 This change has no real upstream counterpart as the miqtop and miqvmstat services were refactored into systemd units as of version 5.5 See merge request !780 system/LINK/bin/miqtop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Good to go. Verified and working fine in 5.4.5.2.20160315175001_800759c Typo error seems to be fixed in the above mentioned build. [root@server ~]# cat /etc/cron.hourly/miq_top_hourly #!/bin/sh # echo "miqtop: timesync: date time is-> $(date) $(date +%z)" >> /var/www/miq/vmdb/log/top_output.log echo "miqtop: timesync: date time is-> $(date) $(date +%z)" >> /var/www/miq/vmdb/log/vmstat_output.log /bin/miqtop.sh start > /dev/null 2>&1 [root@server ~]# 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. https://rhn.redhat.com/errata/RHBA-2016-0171.html |