Re: [Openstack-operators] User gets: Requested volume exceeds quota, with 8 volumes in Dashboard

2016-09-11 Thread William Josefsson
hi all, I have verified this and it seems to be a bug in horizon quota related. The bug exist in Liberty, when running from Horizon master pointing at the same deploy it works perfectly fine. thanks will On Thu, Sep 8, 2016 at 7:21 PM, William Josefsson wrote: >

Re: [Openstack-operators] User gets: Requested volume exceeds quota, with 8 volumes in Dashboard

2016-09-08 Thread William Josefsson
thanks Saverio. I checked, and project_user_quotas is an empty set. I cannot find the project_id in the table nova.quotas too. I'm not sure where the quotas are stored than, is there anywhere else I should look for quotas stored in the DB for a tenant? I'm not sure if the error message is a red

Re: [Openstack-operators] User gets: Requested volume exceeds quota, with 8 volumes in Dashboard

2016-09-08 Thread Saverio Proto
Hey, once I had a very weird problem with quotas. Usually the quota is per tenant/project. But somehow you can limit the quota per specific user. Please can you check in your nova database if this table is empty: project_user_quotas mysql> describe project_user_quotas;

Re: [Openstack-operators] User gets: Requested volume exceeds quota, with 8 volumes in Dashboard

2016-09-08 Thread William Josefsson
Hi Saverio, I've been debugging cinder api.log and there are no errors. I believe it is a horizon (?) issue. All my components are Liberty. *$ openstack quota show shows volumes = 8.* If the user and project are created through the dashboard I do not seem the problem. It seems like some

Re: [Openstack-operators] User gets: Requested volume exceeds quota, with 8 volumes in Dashboard

2016-09-08 Thread Saverio Proto
apologies again. so you said with cli everything works. do you have both horizon and cinder and keystone in Liberty ? or mixed versions ? to debug this I would go in the logs of cinder api to see the requests that returns not enough quota. I would compare the logs with the CLI case where

Re: [Openstack-operators] User gets: Requested volume exceeds quota, with 8 volumes in Dashboard

2016-09-08 Thread Saverio Proto
Sorry you are on Liberty Centos !! Did you try openstack quota show ? What do you see ? Then try to create a Volume from the CLI. Usually you get better errore mesaages. Saverio Il 08 set 2016 9:05 AM, "Saverio Proto" ha scritto: > please tell us at least the version of

Re: [Openstack-operators] User gets: Requested volume exceeds quota, with 8 volumes in Dashboard

2016-09-08 Thread Saverio Proto
please tell us at least the version of openstack :) Saverio Il 07 set 2016 4:31 PM, "William Josefsson" ha scritto: > Hi, > > When I create projects with quotas configured, e.g. number volumes 8, and > try to provision a VM, I get: > > *The requested instance cannot

[Openstack-operators] User gets: Requested volume exceeds quota, with 8 volumes in Dashboard

2016-09-07 Thread William Josefsson
Hi, When I create projects with quotas configured, e.g. number volumes 8, and try to provision a VM, I get: *The requested instance cannot be launched. Requested volume exceeds quota: Available: 0, Requested: 1.* Does anyone know how to fix this? The project clearly has 8 volumes configured in