Allon Mureinik has posted comments on this change.

Change subject: core: ReconstructMasterDomainCommand-added methods for commands 
execution
......................................................................


Patch Set 1: I would prefer that you didn't submit this

(2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/ReconstructMasterDomainCommand.java
Line 207: 
Line 208:     private VDSReturnValue executeConnectStoragePoolCommand(VDS vds) {
Line 209:         return Backend.getInstance()
Line 210:                 .getResourceManager()
Line 211:                 .RunVdsCommand(
s/Backend.getResourcemanager().RunVdsCommand/runVdsCommand/
Line 212:                         VDSCommandType.ConnectStoragePool,
Line 213:                         new 
ConnectStoragePoolVDSCommandParameters(vds.getId(),
Line 214:                                 getStoragePool().getId(), 
vds.getvds_spm_id(),
Line 215:                                 _newMasterStorageDomainId, 
getStoragePool()


Line 218: 
Line 219:     private VDSReturnValue executeRefreshStoragePoolCommand(VDS vds) {
Line 220:         return Backend.getInstance()
Line 221:                 .getResourceManager()
Line 222:                 .RunVdsCommand(
s/Backend.getResourcemanager().RunVdsCommand/runVdsCommand/
Line 223:                         VDSCommandType.RefreshStoragePool,
Line 224:                         new 
RefreshStoragePoolVDSCommandParameters(vds.getId(),
Line 225:                                 getStoragePool().getId(),
Line 226:                                 _newMasterStorageDomainId,


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I606989d1fc2ef058ddc4d304b2d6563236ce2ffb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Ayal Baron <aba...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to