Daniel Erez has posted comments on this change.

Change subject: engine,webadmin: Limit usage of Local ISO SD to Local DC
......................................................................


Patch Set 7: Code-Review+1

(1 comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/NewEditStorageModelBehavior.java
Line 90:                 
dataCenter.getId().equals(StorageModel.UnassignedDataCenterId);
Line 91:         boolean isDataDomain = item.getRole() == 
StorageDomainType.Data;
Line 92: 
Line 93:         if (isNoneDataCenter) {
Line 94:             // 'None' Data Center can attach only Data Storage Domain
s/attach/create
Line 95:             return isDataDomain;
Line 96:         } else {
Line 97:             boolean isExportDomain = item.getRole() == 
StorageDomainType.ImportExport;
Line 98:             boolean canAttachExportDomain = 
isNoExportOrIsoStorageAttached &&


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4cfc3bb68581664fa6729e5cb8a163324e7fbc29
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sergey Gotliv <sgot...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Sergey Gotliv <sgot...@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