Bug 1008319

Summary: ERROR message showed in engine.log as INFO message
Product: Red Hat Enterprise Virtualization Manager Reporter: Artyom <alukiano>
Component: ovirt-engineAssignee: Eli Mesika <emesika>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: aberezin, acathrow, emesika, iheim, lpeer, pstehlik, Rhev-m-bugs, yeylon
Target Milestone: ---Keywords: Triaged
Target Release: 3.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-18 15:28:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Artyom 2013-09-16 07:08:47 UTC
Description of problem:
ERROR message showed in engine.log as INFO message
For example:
2013-09-16 09:48:17,553 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (DefaultQuartzScheduler_Worker-22) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: VM vm_1 is down. Exit message: internal error process exited while connecting to monitor: ((null):21350): Spice-Warning **: reds.c:3236:reds_init_ssl: Could not load certificates from /etc/pki/vdsm/libvirt-spice/server-cert.pem
failed to initialize spice server.


Version-Release number of selected component (if applicable):
rhevm - is14, rhel6.5
host - vdsm-4.12.0-127.gitedb88bf.el6ev.x86_64, rhel6.5

How reproducible:
Always for this error case

Steps to Reproduce:
1. try to run vm on host with spice as console
2. 
3.

Actual results:
ERROR message showed in engine.log as INFO message

Expected results:
ERROR message showed in engine.log as ERROR message

Additional info:

Comment 1 Arthur Berezin 2013-09-22 19:12:13 UTC
Artyom, When does is this message triggered, on what event?
Does the VM actually start/running ?

Comment 2 Artyom 2013-09-23 06:05:13 UTC
Message triggered when I try to start vm, vm is not running
it's bug that up this message:
https://bugzilla.redhat.com/show_bug.cgi?id=1008328

Comment 3 Eli Mesika 2013-11-18 15:28:11 UTC
The descision if to generate a INFO or ERROR event depends on the way the VM went down , if it failed to run or failed after migration , it will be logged as an ERROR message , if Vm moved safely to down status it will be and INFO message 
This status is kep inside the VmDynamic class ExitStatus property.

In other words, the message relates to the status of the VM after getting to the DOWN state.