当前位置:网站首页>No valid host was found when setting up openstack to create an instance There are not enough hosts available. code:500
No valid host was found when setting up openstack to create an instance There are not enough hosts available. code:500
2022-07-26 07:39:00 【Xiaolesheng】
My virtual machine environment is centos7.2_1511.4g4 nucleus CPU
Many people say on the Internet that memory resources are insufficient , Checked the log of the computing node , Leng didn't see why !

later fq After looking at the troubleshooting of other countries , It may be that the configuration file of the calculation is not configured properly , Finally, after modification, it is found that instances can be created !
Edit in all calculation nodes /etc/nova/nova.conf And modify it according to your application requirements .
cpu_allocation_ratio = 2.0 ( Twice the physical kernel can be used for total instances ) ram_allocation_ratio = 2.0 ( Twice the total memory can be used for total instances
Restart in all compute nodes nova and nova-scheduler
systemctl restart openstack-nova-*
systemctl restart openstack-nova-scheduler.service边栏推荐
- Establishment and use of openstack cloud platform
- Oauth2.0 series blog tutorial summary
- WCF 入门教程二
- Comparison and difference between dependence and Association
- VScode无法启动问题解决思路
- TensorFlow学习日记之tflearn
- Regression analysis code implementation
- [classic thesis of recommendation system (10)] Alibaba SDM model
- Regular expression rules and common regular expressions
- With someone else's engine, can it be imitated?
猜你喜欢
随机推荐
[uniapp] encapsulation of multiple payment methods
Anaconda 中安装 百度飞浆Paddle 深度学习框架 教程
2022.7.22DAY612
在线问题反馈模块实战(十四):实现在线答疑功能
Tensorflow learning diary tflearn
时间序列分析预测实战之ARIMA模型
Common database commands (special for review)
动态性能视图概述
「论文笔记」Next-item Recommendations in Short Sessions
Devaxpress.xtraeditors.datanavigator usage
QT listview add controls and pictures
NLP natural language processing - Introduction to machine learning and natural language processing (3)
dcn(deep cross network)三部曲
VScode无法启动问题解决思路
如何关闭高位端口
Examples of financial tasks: real-time and offline approval of three scenarios and five optimizations of Apache dolphin scheduler in Xinwang bank
元宇宙基础设施:WEB 3.0 chain33 优势分析
20220209 create a basic Servlet
ARIMA model for time series analysis and prediction
Parameterization of JMeter performance test using CSV file









