Maor Lipchuk has posted comments on this change.

Change subject: core: WIP: avoid having LOCKED domain on a failed reconstruct.
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/ReconstructMasterDomainCommand.java
Line 49:         _newMasterStorageDomainId = parameters.getNewMasterDomainId();
Line 50:         canChooseInactiveDomainAsMaster = 
parameters.isCanChooseInactiveDomainAsMaster();
Line 51:     }
Line 52: 
Line 53:     private boolean checkIsDomainLocked(StoragePoolIsoMap domain) {
/s/checkIsDomainLocked/isDomainLocked
Line 54:         if (StorageDomainStatus.Locked == domain.getstatus()) {
Line 55:             addInvalidSDStatusMessage(StorageDomainStatus.Locked);
Line 56:             return true;
Line 57:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Icf13f36f30d4cf48e8517444a33bab6359416d37
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Ar <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[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