Gilad Chaplik has posted comments on this change.

Change subject: engine: scheduling: allow placement overbooking in cluster level
......................................................................


Patch Set 3:

(5 comments)

....................................................
Commit Message
Line 3: AuthorDate: 2013-09-16 14:22:02 +0200
Line 4: Commit:     Gilad Chaplik <[email protected]>
Line 5: CommitDate: 2013-09-30 17:41:59 +0200
Line 6: 
Line 7: engine: scheduling: add cluster overbooking
Done
Line 8: 
Line 9: Added an option to the user to enable parallel VM scheduling for 
cluster.
Line 10: by default this feature is hidden from the user (unless
Line 11: setting config.OptimizeSchedulerAllowOverBookingSupported to true).


Line 9: Added an option to the user to enable parallel VM scheduling for 
cluster.
Line 10: by default this feature is hidden from the user (unless
Line 11: setting config.OptimizeSchedulerAllowOverBookingSupported to true).
Line 12: 
Line 13: Change-Id: If52abf9974ab71b1f8d52ca268dac8dc39b89dc8
Done


....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
Line 3295:     @DefaultStringValue("Allow Overbooking")
Line 3296:     String allowOverbookingLabel();
Line 3297: 
Line 3298:     @DefaultStringValue("Allows running cluster's scheulding 
requests in parallel, which may cause in " +
Line 3299:             "overbooking of cluster's resources")
Done
Line 3300:     String allowSchedulingOverbookingInfo();


....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.java
Line 521:         
schedulerOptimizationInfoIcon.setText(SafeHtmlUtils.fromTrustedString(
Line 522:                 templates.italicFixedWidth("350px",//$NON-NLS-1$
Line 523:                 
object.getSchedulerOptimizationInfoMessage()).asString()
Line 524:                         .replaceAll("(\r\n|\n)", "<br />"))); 
//$NON-NLS-1$ //$NON-NLS-2$
Line 525:         
allowOverbookingInfoIcon.setVisible(allowOverbookingEditor.isVisible());
yes
Line 526:     }
Line 527: 
Line 528:     private void optimizationForServerFormatter(ClusterModel object) {
Line 529:         if (object.getOptimizationForServer() != null


....................................................
File packaging/etc/engine-config/engine-config.properties
Line 73: MaxSchedulerWeight.description="Max weight score for a single 
scheduler weight module"
Line 74: MaxSchedulerWeight.type=Integer
Line 75: OptimizeSchedulerForSpeedPendingRequests.description="Skip Host 
weights if there are more than X requests pending for scheduling"
Line 76: OptimizeSchedulerForSpeedPendingRequests.type=Integer
Line 77: OptimizeSchedulerAllowOverBookingSupported.description="Disable 
Scheduling synchronization, which could result in overbooking"
Done
Line 78: OptimizeSchedulerAllowOverBookingSupported.type=Boolean
Line 79: MaxStorageVdsDelayCheckSec.description="Max delay for check of domain 
in seconds"
Line 80: MaxStorageVdsDelayCheckSec.type=Integer
Line 81: MaxStorageVdsTimeoutCheckSec.description="Max timeout for last check 
of domain in seconds"


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If52abf9974ab71b1f8d52ca268dac8dc39b89dc8
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to