Bug 755753

Summary: ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-6) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor
Product: [Retired] oVirt Reporter: Douglas Schilling Landgraf <dougsland>
Component: ovirt-engine-coreAssignee: Douglas Schilling Landgraf <dougsland>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: acathrow, bazulay, iheim, mburns, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-13 08:12:55 UTC Type: ---
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: 752464    

Description Douglas Schilling Landgraf 2011-11-21 23:27:23 UTC
Description of problem:

engine.log keep sharing the below error for the ISO directory which doesn't exist because we don't have rhevh-version.rpm like.

Instead of error, maybe a warning/info?

Creating directory manually or updating the vdc_options table solved the error.

===========

/usr/local/jboss/server/default/log/engine/engine.log

2011-11-21 21:18:47,562 ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-6) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor
2011-11-21 21:18:52,563 ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-6) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor
2011-11-21 21:18:57,562 ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-6) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor
2011-11-21 21:19:02,562 ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-6) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor
2011-11-21 21:19:07,550 ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-6) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor
2011-11-21 21:19:12,549 ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-6) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor
2011-11-21 21:19:17,549 ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-5) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor
2011-11-21 21:19:22,565 ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-7) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor
2011-11-21 21:19:27,566 ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-5) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor
2011-11-21 21:19:32,550 ERROR [org.ovirt.engine.core.bll.GetoVirtISOsQuery] (http-0.0.0.0-8080-5) ovirt ISOs directory not found. Search in: /usr/share/rhev-hypervisor

Comment 1 Itamar Heim 2011-11-23 04:38:43 UTC
1. the url in config should change to what ovirt-node upstream is using for their rpm.
2. could be warning as well, but maybe just change it to only print it every hour (don't remember if the existing mechanism is for log or event log)
3. make the ovirt-engine rpm create the directory even if ovirt-node not installed?

Comment 2 Mike Burns 2011-11-23 12:17:46 UTC
We don't provide an equivalent to the rhev-hypervisor rpm upstream.  We only provide the bare iso.  The engine should look at the directory, but it should be a non-fatal error if /usr/share/rhev-hypervisor does not exist.

Comment 3 Itamar Heim 2012-12-13 08:12:55 UTC
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.