Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nova: admin not allowed to start an instance #48

Closed
AJNOURI opened this issue Dec 16, 2016 · 3 comments
Closed

nova: admin not allowed to start an instance #48

AJNOURI opened this issue Dec 16, 2016 · 3 comments

Comments

@AJNOURI
Copy link
Owner

AJNOURI commented Dec 16, 2016

selection_613

@AJNOURI
Copy link
Owner Author

AJNOURI commented Dec 16, 2016

Looks like resource-related:

selection_614

@AJNOURI
Copy link
Owner Author

AJNOURI commented Dec 16, 2016

@AJNOURI
Copy link
Owner Author

AJNOURI commented Dec 20, 2016

Finally it is much trivial that that:

I am using a flavor with 20 GB space
openstack flavor list

+----+-----------+-------+------+-----------+-------+-----------+
| ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public |
+----+-----------+-------+------+-----------+-------+-----------+
| 1 | m1.tiny | 512 | 1 | 0 | 1 | True |
| 2 | m1.small | 2048 | 20 | 0 | 1 | True |
| 3 | m1.medium | 4096 | 40 | 0 | 2 | True |
| 4 | m1.large | 8192 | 80 | 0 | 4 | True |
| 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True |
+----+-----------+-------+------+-----------+-------+-----------+

But there is no such free space available:
df -h

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/centos-root 18G 3.9G 14G 22% /
devtmpfs 2.9G 0 2.9G 0% /dev
tmpfs 2.9G 4.0K 2.9G 1% /dev/shm
tmpfs 2.9G 17M 2.9G 1% /run
tmpfs 2.9G 0 2.9G 0% /sys/fs/cgroup
/dev/loop0 1.9G 6.1M 1.7G 1% /srv/node/swiftloopback
/dev/sda1 497M 217M 280M 44% /boot
tmpfs 584M 0 584M 0% /run/user/1000


It is worth mentioning that I am using Openstack RDO with default centos disk space allocation of 20GB

@AJNOURI AJNOURI closed this as completed Dec 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant