Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now the compute-node allows an 10% overcommitment with the regards to memory. 

It is also possible to change the allocation_ratio for all compute-nodes with a oneliner:

Code Block
$ for id in $(openstack resource provider list --resource VCPU=1 -f value -c uuid); do openstack resource provider inventory set --resource MEMORY_MB:allocation_ratio=1.1 --amend $id; done