Bug 1008319 - ERROR message showed in engine.log as INFO message
Summary: ERROR message showed in engine.log as INFO message
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 3.4.0
Assignee: Eli Mesika
QA Contact:
URL:
Whiteboard: infra
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-16 07:08 UTC by Artyom
Modified: 2016-02-10 19:21 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-18 15:28:11 UTC
oVirt Team: Infra
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.