pvc-ansible/roles/pvc/templates/ceph/ceph-osd-cpuset.conf.j2

10 lines
418 B
Plaintext
Raw Normal View History

# ceph-osd@.service overrides for cpuset
# {{ ansible_managed }}
[Service]
2023-09-01 15:42:29 -04:00
# Empty the existing ExecStart value
ExecStart =
2023-09-01 15:42:29 -04:00
# Set ExecStart to launch ceph-osd via cset proc inside the osd CSET
ExecStart = /usr/bin/cset proc --set=osd --exec /usr/bin/ceph-osd -- -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph
2023-09-01 15:42:29 -04:00
# Disable control group protection, as cset uses control groups
ProtectControlGroups = false