1. Detail the caveats and specific situations and ref the documentation which will provide more details. 2. Always install the configs, but use /etc/default/ceph-osd-cpuset to control if the script does anything or not (so, the "osd" cset set is always active just not set in a special way.
13 lines
260 B
Django/Jinja
13 lines
260 B
Django/Jinja
# PVC Ceph OSD cpuset service unit
|
|
# {{ ansible_managed }}
|
|
[Unit]
|
|
Description = Ceph OSD cpuset shield creation
|
|
Before = ceph-osd@.service libvirtd.service
|
|
|
|
[Service]
|
|
Type = oneshot
|
|
ExecStart = /usr/local/sbin/ceph-osd-cpuset
|
|
|
|
[Install]
|
|
WantedBy = ceph.target
|