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
During today's Coldfront upgrade, it was found that validate_command had trouble parsing the quota value for CPUs, interpreting 1k as 1. The intended quota value was 1000. This means the quota was correctly created, but the plugin's parsing logic is incorrect.