Jiří Moskovčák has uploaded a new change for review. Change subject: updated engine-config.properties ......................................................................
updated engine-config.properties Change-Id: Ie4b3c55d0c74c4a39ae6f9acbdfa9d5dfc5fc260 Signed-off-by: Jiri Moskovcak <[email protected]> --- M packaging/etc/engine-config/engine-config.properties 1 file changed, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/57/23157/1 diff --git a/packaging/etc/engine-config/engine-config.properties b/packaging/etc/engine-config/engine-config.properties index 5a75619..793c0e8 100644 --- a/packaging/etc/engine-config/engine-config.properties +++ b/packaging/etc/engine-config/engine-config.properties @@ -354,5 +354,9 @@ SchedulerAllowOverBooking.type=Boolean SchedulerOverBookingThreshold.description="Skip Scheduling resource synchronization, which could result in overbooking, if there are more than X requests pending for scheduling (in case SchedulerAllowOverBooking=true and cluster is configured as allow overbooking)." SchedulerOverBookingThreshold.type=Integer - - +HighVMCount.type=Integer +HighVMCount.description="Maximum VM limit. Exceeding it qualifies the host as overloaded" +MigrationThreshold.type=Integer +MigrationThreshold.description="Defines a buffer before we start migrating VMs from the host" +SPMVMGrace.type=Integer +SPMVMGrace.description="Defines how many slots for VMs should be reserved on SPM hosts" -- To view, visit http://gerrit.ovirt.org/23157 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie4b3c55d0c74c4a39ae6f9acbdfa9d5dfc5fc260 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Jiří Moskovčák <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
