Allon Mureinik has posted comments on this change.
Change subject: core: OvfReader- setPlugged for disks
......................................................................
Patch Set 1: Looks good to me, but someone else must approve
(1 inline comment)
....................................................
File
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfVmReader.java
Line 105: if (last_modified_date != null) {
Line 106: image.setLastModifiedDate(last_modified_date);
Line 107: }
Line 108: VmDevice readDevice = readVmDevice(node,
_vm.getStaticData(), image.getId(), Boolean.TRUE);
Line 109: image.setPlugged(readDevice.getIsPlugged());
@Vered - when read only disks are introduced, it will probably need to be added
here too.
Line 110: } else if (OvfHardware.Network.equals(resourceType)) {
Line 111: VmNetworkInterface iface = getNetwotkInterface(node);
Line 112: updateSingleNic(node, iface);
Line 113: _vm.getInterfaces().add(iface);
--
To view, visit http://gerrit.ovirt.org/15418
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I014b787e94188be525422e765ac2f445fb04301d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Ar <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches