]> git.apps.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 15:11:45 +0000 (15:11 +0000)
commit713b9fcf9b825ba84b07781d05c967238ee96c14
treeeb43c53fc1c612632311801b1f84b6d890c98afc
parentfcf11ecc3567398f92b9f91e1a0749edb921131f
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>
roles/ceph-config/templates/ceph.conf.j2