Vered Volansky has posted comments on this change.

Change subject: core: Adding a pool with vm storage allocation
......................................................................


Patch Set 9:

(1 comment)

http://gerrit.ovirt.org/#/c/36553/9/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmPoolWithVmsCommand.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmPoolWithVmsCommand.java:

Line 150:     protected MultipleStorageDomainsValidator 
getStorageDomainsValidator(Guid spId, Set<Guid> sdIds) {
Line 151:         return new MultipleStorageDomainsValidator(spId, sdIds);
Line 152:     }
Line 153: 
Line 154:     private StorageDomain getDiskStorageDomain(DiskImage diskImage) {
> This isn't used anymore (iiuc, was used in a previous version of this patch
It's used here, you're just saying it won't be in the next patch.
Line 155:         Guid domainId = diskImage.getStorageIds().get(0);
Line 156:         StorageDomain domain = destStorages.get(domainId);
Line 157:         if (domain == null) {
Line 158:             domain = 
getStorageDomainDAO().getForStoragePool(domainId, 
getVmTemplate().getStoragePoolId());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia46bef12bbc0462bb42956f95bdff1855631e7b6
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vered Volansky <vvola...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: Vered Volansky <vvola...@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