Joshua M. Boniface
6e48d6fe84
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.
15 lines
302 B
YAML
15 lines
302 B
YAML
---
|
|
# 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
|