Omer Frenkel 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
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:
Omer Frenkel: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/21722
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8e608cbdac5d38f7c3468f57cc563b8a3715359e
Gerrit-PatchSet: 2
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: oVirt Jenkins CI Server