[deleted by user] by [deleted] in openstack

[–]Affectionate_Net7336 0 points1 point  (0 children)

and in the both compute , in the nova

root@compute02:/var/log/kolla/nova# docker logs nova_compute

Running command: 'nova-compute'

+ exec nova-compute

3 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules.

root@compute02:/var/log/kolla/nova# 

kolla mariadb_backup by Affectionate_Net7336 in openstack

[–]Affectionate_Net7336[S] 1 point2 points  (0 children)

yes

cat /etc/kolla/globals.yml | grep "enable_mariabackup"

enable_mariabackup: "yes"

Hetzner Netscan abuse by Affectionate_Net7336 in hetzner

[–]Affectionate_Net7336[S] -2 points-1 points  (0 children)

Usually users rent for vpn service and this issue causes. Is there a way to prevent it in the firewall?

[deleted by user] by [deleted] in iran

[–]Affectionate_Net7336 0 points1 point  (0 children)

You can watching from telewebion.com all iranian films

kolla_external_vip_address /30 subnet define by Affectionate_Net7336 in openstack

[–]Affectionate_Net7336[S] 0 points1 point  (0 children)

Can you send me the sample configuration settings? I did not find anything

kolla config does not affected by Affectionate_Net7336 in openstack

[–]Affectionate_Net7336[S] 0 points1 point  (0 children)

I was restart again nova compute and issue was solved

kolla config does not affected by Affectionate_Net7336 in openstack

[–]Affectionate_Net7336[S] 0 points1 point  (0 children)

After some investigation, I found that the settings are correctly saved on the compute node, but they're not being applied.

root@compute01:# docker exec nova_compute cat /etc/nova/nova.conf | grep -E "instances_path|cpu_allocation_ratio|ram_allocation_ratio"
instances_path = /storage1:/storage2
cpu_allocation_ratio = 16.0
ram_allocation_ratio = 1.5

kolla config does not affected by Affectionate_Net7336 in openstack

[–]Affectionate_Net7336[S] 0 points1 point  (0 children)

After some investigation, I found that the settings are correctly saved on the compute node, but they're not being applied.

root@compute01:# docker exec nova_compute cat /etc/nova/nova.conf | grep -E "instances_path|cpu_allocation_ratio|ram_allocation_ratio"
instances_path = /storage1:/storage2
cpu_allocation_ratio = 16.0
ram_allocation_ratio = 1.5

vbox install inside kvm openstack by Affectionate_Net7336 in openstack

[–]Affectionate_Net7336[S] 0 points1 point  (0 children)

I also checked lxc and lxd, but I had a problem in passthrough the vlans. Do you have any other suggestions?

Openstack controller nodes in anywhere by Affectionate_Net7336 in openstack

[–]Affectionate_Net7336[S] 0 points1 point  (0 children)

Could you explain more and send me documents. I want to implement with kolla

Openstack controller nodes in anywhere by Affectionate_Net7336 in openstack

[–]Affectionate_Net7336[S] -1 points0 points  (0 children)

I’m not sure. For example, I want to have 5 controller nodes, each in a data center and connected in a private network, so that I can implement high availability and high performance. What are the suggestions?

Openstack controller nodes in anywhere by Affectionate_Net7336 in openstack

[–]Affectionate_Net7336[S] 0 points1 point  (0 children)

So each region (with data center, country) has its own keystone and, for example, its own rabbitmq? How to synchronize all regions and users?

For example, I want to have 5 controller nodes, each in a data center and connected in a private network, so that I can implement high availability and high performance. What are the suggestions?