Michael Kublin has uploaded a new change for review. Change subject: engine: Setting parameter inActive=true at InitVdsOnUp for ReconstructMasterCommand ......................................................................
engine: Setting parameter inActive=true at InitVdsOnUp for ReconstructMasterCommand The following change is done because of when inActive is false a master domain will be disconnected from all hosts, these is not correct behaviour Bug-Url: https://bugzilla.redhat.com/895996 Change-Id: I51d2cdb365d866912dceaf9c9d392f3dc36daf44 Signed-off-by: Michael Kublin <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InitVdsOnUpCommand.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/00/11100/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InitVdsOnUpCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InitVdsOnUpCommand.java index 3207a0b..6549754 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InitVdsOnUpCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InitVdsOnUpCommand.java @@ -189,7 +189,7 @@ Backend.getInstance() .runInternalAction(VdcActionType.ReconstructMasterDomain, new ReconstructMasterParameters(vds.getStoragePoolId(), - masterDomainIdFromDb, vds.getId(), false)).getSucceeded(); + masterDomainIdFromDb, vds.getId(), true)).getSucceeded(); result = new EventResult(returnValue, EventType.RECONSTRUCT); } else { log.errorFormat("Could not connect host {0} to pool {1}", vds.getvds_name(), storagePool -- To view, visit http://gerrit.ovirt.org/11100 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I51d2cdb365d866912dceaf9c9d392f3dc36daf44 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
