Revision f815aa89 man/hbal.rst

b/man/hbal.rst
440 440
  to automate the execution of the balancing.
441 441

  
442 442
--max-cpu=*cpu-ratio*
443
  The maximum virtual to physical cpu ratio, as a floating point
444
  number between zero and one. For example, specifying *cpu-ratio* as
445
  **2.5** means that, for a 4-cpu machine, a maximum of 10 virtual
446
  cpus should be allowed to be in use for primary instances. A value
447
  of one doesn't make sense though, as that means no disk space can be
448
  used on it.
443
  The maximum virtual to physical cpu ratio, as a floating point number
444
  greater than or equal to one. For example, specifying *cpu-ratio* as
445
  **2.5** means that, for a 4-cpu machine, a maximum of 10 virtual cpus
446
  should be allowed to be in use for primary instances. A value of
447
  exactly one means there will be no over-subscription of CPU (except
448
  for the CPU time used by the node itself), and values below one do not
449
  make sense, as that means other resources (e.g. disk) won't be fully
450
  utilised due to CPU restrictions.
449 451

  
450 452
--min-disk=*disk-ratio*
451 453
  The minimum amount of free disk space remaining, as a floating point

Also available in: Unified diff