]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
podman: force log driver to journald
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 22 Oct 2020 14:59:15 +0000 (10:59 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 2 Nov 2020 22:46:48 +0000 (17:46 -0500)
commitf344fe6f92a8f2b1efb699638bbc534c44375afb
tree2e9a4d2bc115f4cf99c72b1c3c9026f1b70376e6
parent34a310e5f45e20b9a3c7d15cde17971399dcc515
podman: force log driver to journald

Since we've changed to podman configuration using the detach mode and
systemd type to forking then the container logs aren't present in the
journald anymore.
The default conmon log driver is using k8s-file.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1890439
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 16cd183b9cb827156ab83cba6c9b85d341d681be)
15 files changed:
roles/ceph-crash/templates/ceph-crash.service.j2
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