openstack-ansible-os_nova/tasks
Dmitriy Rabotyagov 4cc6ed4b48 Set default qemu settings for RBD
When Nova and/or Cinder are using Ceph as backend, qemu will need
to open a connection and two threads for each and every Ceph OSD.
Since all connections occur in the same qemu process, this may result
in hitting default max open files limit.
Thus in case of more then 10 volumes are attached
to the same instance and are used actively can end up in blocked
IO operations inside VMs.

We increase these limits by default when RBD backend is used.

Change-Id: Ib3081280cdbae1eb2235083c95c27e2efd0b413e
2021-04-01 19:35:17 +00:00
..
consoles Fix usage of tags 2021-03-24 17:43:22 +02:00
drivers Set default qemu settings for RBD 2021-04-01 19:35:17 +00:00
db_setup.yml Updated from OpenStack Ansible Tests 2020-10-05 09:49:24 +00:00
main.yml Use ansible_facts[] instead of fact variables 2021-02-25 16:58:42 +00:00
mq_setup.yml Updated from OpenStack Ansible Tests 2020-10-05 09:49:24 +00:00
nova_compute_key_distribute.yml Add Centos-8 support 2020-07-01 23:28:46 +03:00
nova_compute_key_populate.yml Ensure nova home dir is completely overridable 2016-08-24 22:34:56 +00:00
nova_compute_wait.yml setup: allow custom conductor host 2019-01-05 16:05:10 -05:00
nova_compute.yml Fix usage of tags 2021-03-24 17:43:22 +02:00
nova_db_post_setup.yml Adjust the retry for the nova-status upgrade check 2020-10-06 10:24:21 -04:00
nova_db_setup.yml Fix deprecation warning 2019-07-08 16:55:59 +02:00
nova_install.yml Fix usage of tags 2021-03-24 17:43:22 +02:00
nova_post_install.yml Added tag for just policy override reconfiguration 2021-01-11 19:09:33 +02:00
nova_pre_install.yml Use ansible_facts[] instead of fact variables 2021-02-25 16:58:42 +00:00
nova_vgpu_detect.yml Add Virtual GPU Config to nova.conf template 2021-03-04 11:54:05 +00:00
nova_virt_detect.yml Use ansible_facts[] instead of fact variables 2021-02-25 16:58:42 +00:00
service_setup.yml Updated from OpenStack Ansible Tests 2021-01-05 08:35:39 +00:00