Roy Golan has posted comments on this change.

Change subject: core: don't throw an exception, when moving unresponsive VDS to 
maintenance
......................................................................


Patch Set 3: Code-Review+1

(1 comment)

http://gerrit.ovirt.org/#/c/35269/3/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MaintenanceVdsCommand.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MaintenanceVdsCommand.java:

Line 60:             if (getVds().getHighlyAvailableIsConfigured()) {
Line 61:                 SetHaMaintenanceModeVDSCommandParameters params
Line 62:                         = new 
SetHaMaintenanceModeVDSCommandParameters(getVds(), HaMaintenanceMode.LOCAL, 
true);
Line 63:                 if 
(!runVdsCommand(VDSCommandType.SetHaMaintenanceMode, params).getSucceeded()) {
Line 64:                     haMaintenanceFailed = true;
beauty
Line 65:                     // HA maintenance failure is fatal only if the 
Hosted Engine vm is running on this host
Line 66:                     if (isHostedEngineOnVds()) {
Line 67:                         setSucceeded(false);
Line 68:                         return;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibf9b489f73793ea1135a72bf1a9184e0822386d8
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Jiří Moskovčák <jmosk...@redhat.com>
Gerrit-Reviewer: Jiří Moskovčák <jmosk...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to