]> 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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 2 Nov 2020 14:49:27 +0000 (15:49 +0100)
commit16cd183b9cb827156ab83cba6c9b85d341d681be
treed29499c8a873a4d472d51c53a3b1276ca2579f6f
parentcdb7b09cd7631eb1af0c70360c0f9959526bc795
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>
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