Omer Frenkel has submitted this change and it was merged.
Change subject: core: fix log message about rerun a vm
......................................................................
core: fix log message about rerun a vm
We used to have log message saying "vm {0} running in db and not running
in vds - add to rerun treatment" for each vm that was set as running in the
engine and reported as one that is not running by vdsm, even in cases where
we didn't add it to the 'rerun treatment' later on.
This patch change this logging message - now we log a message that just
say that the vm is running in db and not in vds in that case, and we log
another message saying that the vm is added to rerun treatment when it
is actually added to the 'rerun treatment'.
Change-Id: Icc2940845d150fcd41e7e327769f50c8bfffce5e
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsUpdateRunTimeInfo.java
1 file changed, 5 insertions(+), 2 deletions(-)
Approvals:
Omer Frenkel: Looks good to me, approved
Arik Hadas: Verified
--
To view, visit
http://gerrit.ovirt.org/20883
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icc2940845d150fcd41e7e327769f50c8bfffce5e
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server