Allon Mureinik has submitted this change and it was merged.
Change subject: engine: Fix ClassCastException while attempting to detach direct LUN
......................................................................
engine: Fix ClassCastException while attempting to detach direct LUN
Engine mistakenly trying to update VM snapshot id on direct LUN and
fails with ClassCastException. This patch restores code checking the
type of the disk before updating snapshot id.
Change-Id: I2b60d19f8832392d6f2df5cb05552560b7e10d1c
Bug-Url:
https://bugzilla.redhat.com/1026920
Signed-off-by: Sergey Gotliv <sgotliv(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/DetachDiskFromVmCommand.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Allon Mureinik: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/20941
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2b60d19f8832392d6f2df5cb05552560b7e10d1c
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sergey Gotliv <sgotliv(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Liron Ar <laravot(a)redhat.com>
Gerrit-Reviewer: Sergey Gotliv <sgotliv(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server