Feature #258
Max. number the VMs dispatched
Status: | Closed | Start date: | 06/11/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Ruben S. Montero | % Done: | 100% | |
Category: | Scheduler | |||
Target version: | Release 2.0 | |||
Resolution: | fixed | Pull request: |
Description
The scheduler should allow to set the max. number of VMs dispatched to a given host. Currently the new scheduler allows to set the max number of total VMs dispatched in a given scheduler interval this feature will also limit the max. number of VMs dispached to a host, so we can prevent the hypervisor to become overloaded.
Associated revisions
feature #258: Added support to limit the number of VMs submitted to a host at a time
feature #258: Updated VM tests
feature #258: Default values for mm_sched
Merge pull request #258 from juanmont/feature-templateUtils
TemplateUtils changed code of string_to_template
History
#1 Updated by Ruben S. Montero about 11 years ago
- Target version set to Release 2.0
- % Done changed from 0 to 80
Changes in master. Need to update documentation with the new arguments
usage: ./mm_sched [-p port] [-t timer] [-m machines limit] [-d dispatch limit] [-h host_dispatch_limit]
#2 Updated by Ruben S. Montero about 11 years ago
- % Done changed from 80 to 90
#3 Updated by Ruben S. Montero almost 11 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
- Resolution set to fixed