Omer Frenkel has posted comments on this change.

Change subject: WIP core, restapi, webadmin: cloud-init [3/4] - backend
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilder.java
Line 155:                 if (!vmDevice.getIsManaged()) {
Line 156:                     continue;
Line 157:                 }
Line 158:                 // ignore additional cd devices if a payload is 
present
Line 159:                 if (!VmPayload.isPayload(vmDevice.getSpecParams()) && 
vmDevices.size() > 1) {
there is a bug to enable payload with other cd:
https://bugzilla.redhat.com/show_bug.cgi?id=882651

maybe need to ignore only if cloud init is used
Line 160:                     continue;
Line 161:                 }
Line 162:                 struct = new HashMap<String, Object>();
Line 163:                 String cdPath = vm.getCdPath();


--
To view, visit http://gerrit.ovirt.org/14350
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ida8ffa5b92ff79cdac5e401c0a815ffcf517590d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <[email protected]>
Gerrit-Reviewer: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to