c7fee5 Fix: tools: respect rules when showing node attributes in crm_mon

3 files Authored by kgaillot 4 years ago, Committed by Packit Service 4 years ago,
    Fix: tools: respect rules when showing node attributes in crm_mon
    
    Previously, crm_mon checked rsc->parameters for ocf:pacemaker:ping parameter
    values. However that is not evaluated for node attribute rules. It also called
    get_rsc_attributes() for all resources unnecessarily, since that's part of
    common_unpack().
    
    Now, use pe_rsc_params() to get the right values per node.
    
        
file modified
+0 -1
file modified
+14 -14
file modified
+1 -14