
Omer Frenkel has submitted this change and it was merged. Change subject: core: fix wrong audit log on stop vm with hibernation vols ...................................................................... core: fix wrong audit log on stop vm with hibernation vols While stopping VM which is not suspended but has hibernation volumes (it could happen if we didn't manage to remove them when the VM reached UP state), the audit log described the operation as stopping suspended VM which is incorrect. This patch change this audit log such that the VM won't be described as suspended VM. Change-Id: If4ee5275477e989930a4c284a211755ebff76e33 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/StopVmCommandBase.java 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Omer Frenkel: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/17693 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If4ee5275477e989930a4c284a211755ebff76e33 Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server