Daniel Erez has posted comments on this change.

Change subject: core: disaster recovery on update connection [wip]
......................................................................


Patch Set 1: (2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStorageServerConnectionCommand.java
Line 205:                 }
Line 206: 
Line 207:                 for (LUNs lunFromVgInfo : lunsFromVgInfo) {
Line 208:                     for (LUNs lunFromDb : lunsFromDb) {
Line 209:                         if (lunFromDb.getphysical_volume_id() == null 
||
Yeah, the UI surely should change. But since iscsi connection update will be 
supported only from the rest-api for now, this solution is currently only 
relevant for the api.
Line 210:                                 
!lunFromDb.getphysical_volume_id().equals(lunFromVgInfo.getphysical_volume_id()))
 {
Line 211:                             continue;
Line 212:                         }
Line 213: 


....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/StorageServerConnectionParametersBase.java
Line 10: 
Line 11:     @Valid
Line 12:     private StorageServerConnections privateStorageServerConnection;
Line 13: 
Line 14:     private Guid storageDomainId;
That's exactly the limitation of this solution (I've noted it in the commit 
message...)
Line 15: 
Line 16:     public StorageServerConnections getStorageServerConnection() {
Line 17:         return privateStorageServerConnection;
Line 18:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id0be9c598ee666df2977ffbc2526e2d3fbd997e6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to