You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the node count used by the license endpoint simply counts all nodes in the nodes table. This is not an accurate count. If an organization is deleted no cleanup work is done so the nodes in that org remain in the nodes table resulting in inaccurate node counts.
This SQL query should be fixed so it joins with the orgs table.
Currently the node count used by the license endpoint simply counts all nodes in the nodes table. This is not an accurate count. If an organization is deleted no cleanup work is done so the nodes in that org remain in the nodes table resulting in inaccurate node counts.
This SQL query should be fixed so it joins with the orgs table.
https://github.com/chef/chef-server/blob/12.1.1/src/oc_erchef/apps/chef_db/priv/pgsql_statements.config#L22-L23
The text was updated successfully, but these errors were encountered: