我在Ubuntu上使用开放堆栈Victoria,我想使用Octavia。但是当我创建一个负载均衡器时,它失败了,在Octavia日志中显示了这样的情况:ERROR oslo_messaging.rpc.server neutronclient.common.exceptions.OverQuotaClient: Quota exceeded for resources: ['security_group'].发生了什么?
发布于 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负载平衡器的数量受到服务项目配额的限制。“。
引用问题并解决:
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.https://stackoverflow.com/questions/68753070
复制相似问题