Comment 5 for bug 1174193

Revision history for this message
John Griffith (john-griffith) wrote :

Alexander,

Could you please check the cinder database and make sure it's updated properly and that the tenant id is as expected?

The way to do this would be:
    select * from quotas;

You should see something like this for the tenants you've modified quotas for:

mysql> select * from quotas;
+----+---------------------+---------------------+------------+---------+----------------------------------+-----------+------------+
| id | created_at | updated_at | deleted_at | deleted | project_id | resource | hard_limit |
+----+---------------------+---------------------+------------+---------+----------------------------------+-----------+------------+
| 1 | 2013-04-13 04:43:16 | 2013-04-13 04:45:28 | NULL | 0 | d39dce92f23c474b8e2c9c4a2cb3e14b | volumes | 8 |
| 2 | 2013-04-13 04:45:28 | NULL | NULL | 0 | d39dce92f23c474b8e2c9c4a2cb3e14b | gigabytes | 1000 |
+----+---------------------+---------------------+------------+---------+----------------------------------+-----------+------------+