Liron Aravot has posted comments on this change. Change subject: core: add disk profile to disk's commands ......................................................................
Patch Set 12: (1 comment) http://gerrit.ovirt.org/#/c/29038/12/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java: Line 1314: if (disk instanceof DiskImage) { Line 1315: DiskImage diskImage = (DiskImage) disk; Line 1316: if (diskImage.getDiskProfileId() == null) { Line 1317: Guid storageDomainId = imageToDestinationDomainMap.get(diskImage.getId()); Line 1318: System.out.println(storageDomainId.toString()); ? Line 1319: if (!storageDomainDiskProfileMap.containsKey(storageDomainId)) { Line 1320: storageDomainDiskProfileMap.put(storageDomainId, Line 1321: getDiskProfileDao().getAllForStorageDomain(storageDomainId)); Line 1322: } -- To view, visit http://gerrit.ovirt.org/29038 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie7b6d977243cffc0bde772665ebaca47340075c6 Gerrit-PatchSet: 12 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
