]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
containers: add KillMode=none to systemd templates
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 11 Feb 2020 15:09:51 +0000 (10:09 -0500)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 18 Feb 2020 17:10:35 +0000 (12:10 -0500)
commit36175435174cb3f135575155a46d1599a835e818
treefa8ce1826ca416c9bbb851c6b7d71b14d1c3f4e7
parent7d2a21727094dfcd0c25bd0f4596fa068ff0593e
containers: add KillMode=none to systemd templates

Because we are relying on docker|podman for managing containers then we
don't need systemd to manage the process (like kill).

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 5a03e0ee1c840e9632b21e1fd8f8d88c9b736d8b)
14 files changed:
roles/ceph-grafana/templates/grafana-server.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-api.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-gw.service.j2
roles/ceph-iscsi-gw/templates/tcmu-runner.service.j2
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-nfs/templates/ceph-nfs.service.j2
roles/ceph-node-exporter/templates/node_exporter.service.j2
roles/ceph-osd/templates/ceph-osd.service.j2
roles/ceph-prometheus/templates/alertmanager.service.j2
roles/ceph-prometheus/templates/prometheus.service.j2
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2