vcpu_pin_set policy
Bug #1754704 reported by
Michał Ajduk
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Nova Compute Charm |
Triaged
|
Low
|
Unassigned |
Bug Description
Currently the charm setting vcpu-pin-set sets vcpu_pin_set option in nova.conf which defines which pcpus that instance vcpus can or cannot use. For example '^0,^2' to reserve two cpus for the host.
This setting allows only range but fails if the underlaying hosts have various number of pcpu.
Feature porposal would be to allow dynamic range in this setting, something like:
vcpu-pin-set: "7-last" to inform that charm should put eg:
* vcpu_pin_set="7-47" for nodes where there are 48 cores
* vcpu_pin_set="7-55" for nodes where there are 56 cores
To post a comment you must log in.
This sounds quite a sensible approach - the current approach does depend on all compute hosts being the same spec which is not awesome.