首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >打开堆栈Octavia资源超出配额,失败

打开堆栈Octavia资源超出配额,失败
EN

Stack Overflow用户
提问于 2021-08-12 07:11:01
回答 1查看 187关注 0票数 1

我在Ubuntu上使用开放堆栈Victoria,我想使用Octavia。但是当我创建一个负载均衡器时,它失败了,在Octavia日志中显示了这样的情况:ERROR oslo_messaging.rpc.server neutronclient.common.exceptions.OverQuotaClient: Quota exceeded for resources: ['security_group'].发生了什么?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-08-13 03:01:46

仅在'Quota exceeded for resources: ['security_group']提示的纯文本中,安全组的数量等于或大于openstack quota show -c secgroups -f value your_project_name的值。

也许主要的一点是create a load balancer,并花费资源,从这里检查:"全球Octavia负载平衡器的数量受到服务项目配额的限制。“。

引用问题并解决:

代码语言:javascript
复制
Description of problem:
LB creation creates neutron ports, security groups and instances(cores, RAM, keypairs, etc). 

Those objects, when created with LB create command execution are needed not to be omitted while planning the cloud with Octavia.  

Possible solutions 1 of 3 : 
a- Agreed quota numbers
b- Unlimited quota numbers
c- Documentation of the effect of LB creation on the resources in neutron and nova so the operator could include that in the cloud planning and services quotas configuration.
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/68753070

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档