Skip to content
  • Guido Trotter's avatar
    Verify: Add and populate node_info dict · 9c9c7d30
    Guido Trotter authored
    During information gathering we collect information from call_node_info, and
    then when we cycle trough the nodes add it into a node_info dict containing a
    node's free memory and disk. This will be useful later to verify that the
    cluster is N+1 redundant. The disk space is saved as well because it can be
    useful for checks about disk space redundancy.
    
    Reviewed-by: iustinp
    
    9c9c7d30