]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-config: do not log cluster log on container
authorSébastien Han <seb@redhat.com>
Thu, 5 Jul 2018 12:10:33 +0000 (14:10 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Thu, 5 Jul 2018 18:13:02 +0000 (18:13 +0000)
commit8d95479502c551ff66104161c2216025c6614df2
tree57753cb55003dd36e061a2258de0b422b1bde82c
parentd565f28ef5a26d79b3b60b61cc86265bf46cdc43
ceph-config: do not log cluster log on container

The container image recently merged both cluster and mon log into a
single stream. Following this, we now see this warning coming from the
container image:

2018-06-19 13:44:01.542990 7ff75b024700  1 mon.vm02@1(peon).log
v57928205 unable to write to '/var/log/ceph/ceph.log' for channel
'cluster': (2) No such file or directory

So we now tell the mon to not log cluster log on the filesystem.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1591771
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 713b9fcf9b825ba84b07781d05c967238ee96c14)
roles/ceph-config/templates/ceph.conf.j2