Feature #612
When a quota is reached requesting a VM, the error message should be more explicit
Status: | Closed | Start date: | 05/05/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | Release 3.0 | |||
Resolution: | fixed | Pull request: |
Description
Reported by Marc-Elian Begin:
When a quota is reached requesting a new VM the error message is:
[VirtualMachineAllocate] User [1] not authorized to perform CREATE on VM PoolThis is not very clear. The message should at least mention that it's a quota issue and which part is concerned (e.g. cpu, memory)
Associated revisions
feature #612: Added meaningful error messages on quota violations
History
#1 Updated by Javi Fontan about 10 years ago
Now quota violations return messages similar to this one:
Cpu quota exceeded (Quota: 20.0, Used: 43.5). Memory quota exceeded (Quota: 2048, Used: 9728).
#2 Updated by Javi Fontan about 10 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed