yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04062
[Bug 1206811] Re: After updating quota, still can't boot instance.
Sorry guys, It's mistake. The newest code has a new feature which added
project_user_quotas concept. I didn't noticed this.
Although I updated the tenant quotas, the user quotas under the tenant
is still not changed and not enough to create a new instance. Details
are as following:
root@debian:~$ nova quota-show --tenant 8a485f8824394595a0d602d5f18ad714
+-----------------------------+--------+
| Property | Value |
+-----------------------------+--------+
| metadata_items | 128 |
| injected_file_content_bytes | 102400 |
| ram | 512000 |
| floating_ips | 100 |
| key_pairs | 100 |
| instances | 100 |
| security_group_rules | 200 |
| injected_files | 50 |
| cores | 200 |
| fixed_ips | -1 |
| injected_file_path_bytes | 255 |
| security_groups | 100 |
+-----------------------------+--------+
root@debian:~$ nova quota-show --user 4a940ceed88e475fbdf06f1d375d18f9
+-----------------------------+-------+
| Property | Value |
+-----------------------------+-------+
| metadata_items | 128 |
| injected_file_content_bytes | 10240 |
| ram | 51200 |
| floating_ips | 10 |
| key_pairs | 100 |
| instances | 10 |
| security_group_rules | 20 |
| injected_files | 5 |
| cores | 20 |
| fixed_ips | -1 |
| injected_file_path_bytes | 255 |
| security_groups | 10 |
+-----------------------------+-------+
** Changed in: nova
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1206811
Title:
After updating quota, still can't boot instance.
Status in OpenStack Compute (Nova):
Invalid
Bug description:
root@debian:~$ nova quota-show
+-----------------------------+--------+
| Property | Value |
+-----------------------------+--------+
| metadata_items | 128 |
| injected_file_content_bytes | 102400 |
| ram | 512000 |
| floating_ips | 100 |
| key_pairs | 100 |
| instances | 100 |
| security_group_rules | 200 |
| injected_files | 50 |
| cores | 200 |
| fixed_ips | -1 |
| injected_file_path_bytes | 255 |
| security_groups | 100 |
+-----------------------------+--------+
root@debian:~$ nova boot --image d081db98-04d6-439d-aa0f-d67a7b9ec043 --flavor m1.lxc --key-name kp-pub test7
ERROR: Quota exceeded for cores: Requested 3, but already used 18 of 20 cores (HTTP 413) (Request-ID: req-17f1fd56-d675-411c-b8ee-f630755c7ba2)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1206811/+subscriptions