Liron Aravot has posted comments on this change.

Change subject: core: ReconstructMasterDomain - refresh storage pool before 
connect(#841525)
......................................................................


Patch Set 8: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/ReconstructMasterDomainCommand.java
Line 228:         try {
Line 229:             for (VDS vds : getAllRunningVdssInPool()) {
Line 230:                 try {
Line 231:                     if (!_isLastMaster && commandSucceeded) {
Line 232:                         VDSReturnValue returnValue = 
executeRefreshStoragePoolCommand(vds);
correct, done.
Line 233:                         if (!returnValue.getSucceeded() && 
VdcBllErrors.StoragePoolUnknown.equals(returnValue.getVdsError().getCode())) {
Line 234:                             returnValue = 
executeConnectStoragePoolCommand(vds);
Line 235:                         }
Line 236: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I9b1b6c32ecb1c0d3c0a9ef14beef333e442c6ccf
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Aravot <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Daniel Paikov <[email protected]>
Gerrit-Reviewer: Eduardo <[email protected]>
Gerrit-Reviewer: Liron Aravot <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Michael Kublin <[email protected]>
Gerrit-Reviewer: Sharad Mishra <[email protected]>
Gerrit-Reviewer: Tal Nisan <[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