apyrgio / synnefo

Synnefo is open source cloud software, used to create massively scalable IaaS clouds.
GNU General Public License v3.0
0 stars 0 forks source link

No usage data when usage is above limit #326

Open athinab opened 9 years ago

athinab commented 9 years ago

In details page , in the section of projects we display the resources of each project. It seems that if the user is overquota the resources (limit and usage) are not displayed properly.

The same happens and in the section of quotas.

We have detect this in system projects. I am attaching screenshots from an overquota user and an ordinary user.

Overquota: abnormal_proj_resources abnormal_quotas

Regular: normal_proj_resources normal_quotas

Erethon commented 9 years ago

In details page , in the section of projects we display the resources of each project. It seems that if the user is overquota the resources (limit and usage) are not displayed properly.

To clarify, this has nothing to do with a user being overquota. The problem seems to be that the backend 'hides' resources for which the resource limit on a project is set to zero or 'inf', hiding any resources the user might be consuming (hence why it was mistaken as an overquota issue).