OpenStack Discussions

Help with conformance

ALOPGEEK1
2,813 Views

I have a problem with a tenant who has a large quota.

I want them to be able to create as much as 10TB worth of volumes for their project. I've set the quota in openstack as such.

However, when they try to create volumes, these errors appear in the conformance.log

May 17 13:29:29 [dfmserver:ERROR]: [20140:0x7f0455ec1700]: The following task ('Resize flexible volume 'g219828n3270a4001:/OpenStack_bfafccc3f78b4dca877f03fc5aeac75c_1' (1079) by 39.1 GB' (359)) failed for object OpenStack_bfafccc3f78b4dca877f03fc5aeac75c (615).

May 17 13:30:04 [dfmserver:ERROR]: [20140:0x7f0455ec1700]: The following task ('Resize flexible volume 'g219828n3270a4001:/OpenStack_bfafccc3f78b4dca877f03fc5aeac75c_1' (1079) by 30.0 GB' (363)) failed for object OpenStack_bfafccc3f78b4dca877f03fc5aeac75c (615).

According to dfm reports, I have more than enough available space on both my aggrs.

2 REPLIES 2

ajeffrey
2,813 Views

Hi Abel - let me see if I can help. Can you provide me with a little more detail about the setup of the quotas? What is the output of

nova-manage project quota --project=<project name>

Thanks

Jeff Applewhite

ALOPGEEK1
2,813 Views

This project has gigabytes: 81920

The SUM(size) from volumes where project_id='this project' and deleted=0 = 13221

So, at least on the nova side, we should be ok

Public