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 <gchap...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to