ClusterCockpit / cc-backend

Web frontend and API backend server for ClusterCockpit Monitoring Framework
https://www.clustercockpit.org
MIT License
16 stars 14 forks source link

Node counts shown in Status view do not match the pie charts for users #295

Open moebiusband73 opened 1 week ago

moebiusband73 commented 1 week ago

The sum of all nodes in the pie chart of the status view does not match the number shown at the top

spacehamster87 commented 1 day ago

Caused by using JOIN instead of LEFT JOIN in used SQL query -> Omitted Results without username match in user table.

Fixed in dev branch