Oved Ourfali has submitted this change and it was merged.
Change subject: core: set device to "lun" on VmInfoBuilder
......................................................................
core: set device to "lun" on VmInfoBuilder
When starting a virtual machine with plugged lun disk using the virtio
interface set the device type to "lun" instead of "disk".
The rationale behind this patch is to provide the same behavior as when
the disk is hotplugged to a running virtual machine: provide the
capability of using generic scsi commands on the device inside the
virtual machine.
Change-Id: I7ceffe36e1145d4783c94f62043dfad694fdd290
Bug-Url:
https://bugzilla.redhat.com/1110687
Signed-off-by: Xavi Francisco <xfrancis(a)redhat.com>
---
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilder.java
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Xavi Francisco: Verified
Tal Nisan: Looks good to me, but someone else must approve
Allon Mureinik: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/28887
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7ceffe36e1145d4783c94f62043dfad694fdd290
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Xavi Francisco <xfrancis(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Xavi Francisco <xfrancis(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server