]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-docker-common: do not log inside the container 1819/head
authorSébastien Han <seb@redhat.com>
Mon, 28 Aug 2017 10:04:49 +0000 (12:04 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 28 Aug 2017 10:04:49 +0000 (12:04 +0200)
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 <seb@redhat.com>
roles/ceph-docker-common/defaults/main.yml

index ed97d539c095cf1413af30cc23dea272095b97dd..c9a5ea5149645fe221ef22935f9bc7828167b176 100644 (file)
@@ -1 +1,4 @@
 ---
+ceph_conf_overrides:
+  global:
+    log_file: /dev/null