Roy Golan has posted comments on this change.

Change subject: core: rerun Maintenace to host when preparing is IDLE
......................................................................


Patch Set 5:

(3 comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java
Line 312:                 .getSucceeded();
Line 313:     }
Line 314: 
Line 315:     @Override
Line 316:     public void runningVMsOnHostPreparingToMaintenance(final VDS vds) 
{
how about
 maintenance(VDS vds)
 maintenanceVds(VDS vds)
 moveToMaintenace(VDS vds)
Line 317:         
Backend.getInstance().runInternalAction(VdcActionType.MaintenanceVds, new 
MaintenanceVdsParameters(vds.getId(),true));
Line 318:     }
Line 319: 
Line 320:     @Override


....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
Line 1498:     ExternalSchedulerEnabled(534),
Line 1499: 
Line 1500:     @TypeConverterAttribute(Integer.class)
Line 1501:     @DefaultValueAttribute("5000")
Line 1502:     HostPreparingForMaintenanceIdleTime(535),
Done
Line 1503: 
Line 1504:     Invalid(65535), ;
Line 1505: 
Line 1506:     private int intValue;


....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java
Line 58:     private long lastUpdate;
Line 59:     private long updateStartTime;
Line 60: 
Line 61:     private static Log log = LogFactory.getLog(VdsManager.class);
Line 62:     private volatile long statusChangedAt;
Done
Line 63: 
Line 64:     public boolean getRefreshStatistics() {
Line 65:         return (_refreshIteration == _numberRefreshesBeforeSave);
Line 66:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I0e18bcfbc566b6fd92d276c5c739ba607e2a53f0
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
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