Feature #1798
optionally limit the resources exposed by a host
Status: | Closed | Start date: | 03/08/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Scheduler | |||
Target version: | Release 4.6 | |||
Resolution: | fixed | Pull request: |
Description
In some cases, its valuable to be able to limit the resources opennebula uses from a specific host. It should be possible to control that, either at host create time or update time. This might include
- RAM ( eg. use only 16GiB from a host that has 32GiB )
- CPU core count ( eg. use only 8 cores from a machine that has 16 )
- network with the dummy driver ( eg. only use br0 and br1, but not br2 on this host ).
Related issues
Associated revisions
feature #1798: Optionally reserve capacity from a host. Cluster defaults can be defined
feature #1798: Get rid of HYPERVISOR_MEM as resources can be now limited host or cluster-wise
feature #1798: always show RESERVED attributes in Host and Cluster templates
Feature #1798: Add host reserved_cpu/mem attributes each monitoring step
History
#1
Updated by Ruben S. Montero about 8 years ago
- Category set to Scheduler
This should be probably implemented per host using update.
#2
Updated by Ruben S. Montero about 8 years ago
The values should be also defined by cluster
#3
Updated by OpenNebula Systems Support Team over 7 years ago
- Target version set to Release 4.6
#4
Updated by Jaime Melis over 7 years ago
- Assignee set to Ruben S. Montero
#5
Updated by Ruben S. Montero over 7 years ago
- Related to Feature #1849: HYPERVISOR_MEM as an amount rather than percentage. added
#6
Updated by Ruben S. Montero over 7 years ago
- Status changed from New to Closed
- Resolution set to fixed
Implemented and ready in master. RESERVED_CPU y RESERVED_MEM can be defined host-wise or cluster-wise