Itamar Heim has submitted this change and it was merged.
Change subject: core: fix audit log on migration rerun failure case
......................................................................
core: fix audit log on migration rerun failure case
In a specific case where migration fails, thus the VM is switched back
to Up state in the source and then goes down in the source, we used to
print an audit log message saying that it will be rerun although we
won't try to rerun. So this patch fix that audit log to be the one that
says the migration process failed.
Change-Id: I8e608cbdac5d38f7c3468f57cc563b8a3715359e
Bug-Url:
https://bugzilla.redhat.com/1033932
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MigrateVmCommand.java
1 file changed, 4 insertions(+), 1 deletion(-)
Approvals:
Itamar Heim: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/21813
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8e608cbdac5d38f7c3468f57cc563b8a3715359e
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server