Maor Lipchuk has posted comments on this change.

Change subject: core: Use storage helper to fetch (related to BZ882825)
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/StorageHelperBase.java
Line 125:             List<StorageServerConnections> connections) {
Line 126:         return true;
Line 127:     }
Line 128: 
Line 129:     public static Map<StorageType, List<StorageServerConnections>> 
filterLUNsByStorageType(LUNs lun) {
Method name will be changed in next rebase
Line 130:         Map<StorageType, List<StorageServerConnections>> 
storageConnectionsForStorageTypeMap =
Line 131:                 new EnumMap<StorageType, 
List<StorageServerConnections>>(StorageType.class);
Line 132:         for (StorageServerConnections lunConnections : 
lun.getLunConnections()) {
Line 133:             StorageType storageType = 
lunConnections.getstorage_type();


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ida526dd9e08bc9881e65a529cb1b00aee0786af1
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to