Add Ceph OSD cpuset tuning options
Allows an administrator to set CPU pinning with the cpuset tool for Ceph OSDs, in situations where CPU contention with VMs or other system tasks may be negatively affecting OSD performance. This is optional, advanced tuning and is disabled by default.
This commit is contained in:
14
roles/pvc/tasks/system/main.yml
Normal file
14
roles/pvc/tasks/system/main.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
# General blacklisting of modules
|
||||
- name: add module blacklist
|
||||
template:
|
||||
src: system/blacklist.j2
|
||||
dest: /etc/modprobe.d/blacklist.conf
|
||||
|
||||
# Logrotate configuration
|
||||
- name: add logrotate configuration
|
||||
template:
|
||||
src: system/pvc.j2
|
||||
dest: /etc/logrotate.d/pvc
|
||||
|
||||
- meta: flush_handlers
|
Reference in New Issue
Block a user