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:
5
roles/pvc/templates/ceph/ceph-osd-cpuset.conf.j2
Normal file
5
roles/pvc/templates/ceph/ceph-osd-cpuset.conf.j2
Normal file
@ -0,0 +1,5 @@
|
||||
# ceph-osd@.service overrides for cpuset
|
||||
# {{ ansible_managed }}
|
||||
[Service]
|
||||
ExecStart =
|
||||
ExecStart = /usr/bin/cset proc --set=osd --exec /usr/bin/ceph-osd -- -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph
|
Reference in New Issue
Block a user