ceph-ansible/roles/ceph-osd/tasks
Andy McCrae 08a2b58d39 Allow os_tuning_params to overwrite fs.aio-max-nr
The order of fs.aio-max-nr (which is hard-coded to 1048576) means that
if you set fs.aio-max-nr in os_tuning_params it will effectively be
ignored for bluestore scenarios.

To resolve this we should move the setting of fs.aio-max-nr above the
setting of os_tuning_params, in this way the operator can define the
value of fs.aio-max-nr to be something other than 1048576 if they want
to.

Additionally, we can make the sysctl settings happen in 1 task rather
than multiple.
2018-05-11 10:49:37 +01:00
..
docker selinux: remove chcon calls 2018-04-19 14:59:37 +02:00
scenarios selinux: remove chcon calls 2018-04-19 14:59:37 +02:00
activate_osds.yml osd: Add support for multipath disks 2018-02-09 18:06:25 +01:00
build_devices.yml tests: remove OSD_FORCE_ZAP variable from tests 2017-11-14 17:55:01 +01:00
ceph_disk_cli_options_facts.yml Remove jinja2 delimiters from `when` keys 2017-10-12 11:27:42 -05:00
check_gpt.yml osd: fix check gpt 2017-12-20 17:42:45 +01:00
check_mandatory_vars.yml ceph-osd lvm scnearios are no longer limited to filestore 2017-10-25 08:23:45 -04:00
common.yml refactor the way we copy keys 2018-04-18 16:46:33 +02:00
copy_configs.yml Expose /var/run/ceph 2018-04-20 15:48:32 +02:00
main.yml refactor the way we copy keys 2018-04-18 16:46:33 +02:00
start_osds.yml osd: remove old crush_location implementation 2018-03-06 15:24:31 +00:00
system_tuning.yml Allow os_tuning_params to overwrite fs.aio-max-nr 2018-05-11 10:49:37 +01:00