Skip to content
Snippets Groups Projects
  • Iustin Pop's avatar
    Add two new autocomputed vars to Nodes · 836533fa
    Iustin Pop authored
    Currently we track the max disk usage/max vcpus as percentages, however
    sometimes it's easier to check against minimum free disk or maximum
    number of cpus, as units instead of percentages.
    
    This patch adds two new variables, lo_dsk, hi_cpu, which are recomputed
    whenever we change the m_dsk/m_cpu 'master' values.
    836533fa