Alona Kaplan has posted comments on this change.

Change subject: core: RunVm should send "linkState" to the vdsm.
......................................................................


Patch Set 5: (2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java
Line 783: 
Line 784:         // Checking that the interfaces are all configured
Line 785:         // If network linking is supported, interfaces with no 
network are allowed.
Line 786:         // Otherwise, canDoAction should be thrown.
Line 787:         returnValue = isVmInterfacesConfigured(interfaceNetworkMap);
Done
Line 788: 
Line 789:         // Remove interfaces with no network
Line 790:         interfaceNetworkMap.remove(null);
Line 791: 


....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilder.java
Line 480:             VmDevice vmDevice,
Line 481:             String nicModel,
Line 482:             Version clusterVersion) {
Line 483:         struct.add(VdsProperties.Type, vmDevice.getType());
Line 484:         struct.add(VdsProperties.Device, vmDevice.getDevice());
Done
Line 485:         if (vmInterface.getNetworkName() != null) {
Line 486:             struct.add(VdsProperties.network, 
vmInterface.getNetworkName());
Line 487:         }
Line 488:         struct.add(VdsProperties.linkState, vmInterface.isLinked() ? 
"up" : "down");


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib9805b18c364685a6533b89cfa31ae0575a00ea5
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegu...@redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to