14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
|
# PVC ceph-osd slice unit
|
||
|
# {{ ansible_managed }}
|
||
|
|
||
|
[Unit]
|
||
|
Description=Ceph OSD Slice
|
||
|
Documentation=man:systemd.special(7)
|
||
|
Before=slices.target
|
||
|
|
||
|
[Slice]
|
||
|
CPUAccounting=true
|
||
|
Delegate = true
|
||
|
CPUAffinity = {{ cpuset_osd }}
|
||
|
AllowedCPUs = {{ cpuset_osd }}
|