]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
podman: Add Type and PIDFile value to unit files
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 22 Jun 2020 16:58:56 +0000 (12:58 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 23 Jun 2020 07:37:50 +0000 (09:37 +0200)
commitd43769dc2aa62059ac17098648d933d26192f67f
tree00bae1d786b5a8c2c96383e7cb55eea617f5069d
parent3f47236470e1571963850e8bed68fa2d26f05b66
podman: Add Type and PIDFile value to unit files

This changes the way we are running the podman containers via systemd.
They are now in dettached mode and Type/PIDFile set.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1834974
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
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