mirror of https://github.com/ceph/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 <seb@redhat.com>pull/1819/head
parent
3c294131ae
commit
aa69c2c007
|
@ -1 +1,4 @@
|
|||
---
|
||||
ceph_conf_overrides:
|
||||
global:
|
||||
log_file: /dev/null
|
||||
|
|
Loading…
Reference in New Issue