From aa69c2c007f5fd81d597aa5d1dd0eddac8fa35a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 28 Aug 2017 12:04:49 +0200 Subject: [PATCH] ceph-docker-common: do not log inside the container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- roles/ceph-docker-common/defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) 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