Federico Simoncelli has posted comments on this change.

Change subject: restapi: disk entity export to glance
......................................................................


Patch Set 2:

(1 comment)

....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/util/DiskHelper.java
Line 4: import org.ovirt.engine.api.model.StorageDomain;
Line 5: import org.ovirt.engine.core.common.action.ExportRepoImageParameters;
Line 6: import org.ovirt.engine.core.compat.Guid;
Line 7: 
Line 8: public class DiskHelper {
Forgot to remove this.
Line 9:     public static ExportRepoImageParameters 
getExportRepoImageParameters(Disk disk, Guid destinationStorageDomainId) {
Line 10:         if (disk.isSetLunStorage()) {
Line 11:             throw new UnsupportedOperationException("Direct LUN disks 
are unsupported");
Line 12:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If351d209d7828f0d59926bb98da9317567976d41
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
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