Tal Nisan has posted comments on this change.

Change subject: engine: Simplify AddExistingFileStorageDomainCommand
......................................................................


Patch Set 2: Code-Review+1

(1 comment)

Basically it's a +2, remove the redundant space, I don't care much for the 
formatting though, the line got shorter cause of the import perhaps that's the 
reason, Allon does it bother you?

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AddExistingFileStorageDomainCommand.java
Line 63:             return 
failCanDoAction(VdcBllMessages.ACTION_TYPE_FAILED_IMPORT_DATA_DOMAIN_PROHIBITED);
Line 64:         }
Line 65: 
Line 66:         if 
(DbFacade.getInstance().getStorageDomainStaticDao().get(getStorageDomain().getId())
 != null) {
Line 67:             return  
failCanDoAction(VdcBllMessages.ACTION_TYPE_FAILED_STORAGE_DOMAIN_NOT_EXIST);
iiuc he means the double space :)
Line 68:         }
Line 69: 
Line 70:         List<Guid> storageIds = (ArrayList<Guid>) 
runVdsCommand(VDSCommandType.HSMGetStorageDomainsList,
Line 71:                 new 
HSMGetStorageDomainsListVDSCommandParameters(getVdsId(), Guid.Empty, 
getStorageDomain()


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I21960f64d45c01a65978a44d5874b8c94dfb9420
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sergey Gotliv <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to