From: Sébastien Han Date: Mon, 28 Aug 2017 10:04:49 +0000 (+0200) Subject: ceph-docker-common: do not log inside the container X-Git-Tag: v3.0.0rc7~19^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aa69c2c007f5fd81d597aa5d1dd0eddac8fa35a3;p=ceph-ansible.git ceph-docker-common: do not log inside the container Logging inside the container is not useful since it writes to the overlayfs partition, resulting in potential performance degradation on the container. If you need to check the logs, just look at journald. Signed-off-by: Sébastien Han --- diff --git a/roles/ceph-docker-common/defaults/main.yml b/roles/ceph-docker-common/defaults/main.yml index ed97d539c..c9a5ea514 100644 --- a/roles/ceph-docker-common/defaults/main.yml +++ b/roles/ceph-docker-common/defaults/main.yml @@ -1 +1,4 @@ --- +ceph_conf_overrides: + global: + log_file: /dev/null