Liron Aravot has posted comments on this change.

Change subject: restapi: Extending disk editing when adding a new template.
......................................................................


Patch Set 5:

(4 comments)

https://gerrit.ovirt.org/#/c/37808/5/backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendTemplatesResource.java
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendTemplatesResource.java:

Line 151: ());
we can replace lines 151-160 with the following:

org.ovirt.engine.core.common.businessentities.Disk sourceDisk = 
vmSourceDisks.get(currDiskID);

if (disk == null) {
    continue;
}


Line 163: {
seems like there's a problem here- if the user provided a storage domain, it'll 
be overriden with the vm disk storage domain by the call to the mapper (line 
162)


Line 169: =
if isDomainSet is true, we can just override the domain of the disk without all 
of those checks..when you change stuff here you can look into that as well.


Line 180: {
1. please change to private.
2. can you rename sourceDisk? it should be 'disk'


-- 
To view, visit https://gerrit.ovirt.org/37808
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib0baf4e5bd7233fbc4eab2f1f671b8b15e08ba03
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Amit Aviram <aavi...@redhat.com>
Gerrit-Reviewer: Ala Hino <ah...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Amit Aviram <aavi...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Freddy Rolland <froll...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Ori Liel <ol...@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