From 8f6870f3a69e50f4d2097789c24fba42c51271cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 15 Dec 2015 23:22:19 +0100 Subject: [PATCH] Use /var/log/ceph for rgw logs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We should not bother having another directory for this. So we stick with the default logging dir. Signed-off-by: Sébastien Han --- roles/ceph-common/templates/ceph.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-common/templates/ceph.conf.j2 b/roles/ceph-common/templates/ceph.conf.j2 index d9426ea45..ae65d650d 100644 --- a/roles/ceph-common/templates/ceph.conf.j2 +++ b/roles/ceph-common/templates/ceph.conf.j2 @@ -166,7 +166,7 @@ host = {{ hostvars[host]['ansible_hostname'] }} keyring = /var/lib/ceph/radosgw/ceph-rgw.{{ hostvars[host]['ansible_hostname'] }}/keyring rgw socket path = /tmp/radosgw-{{ hostvars[host]['ansible_hostname'] }}.sock - log file = /var/log/radosgw/radosgw-{{ hostvars[host]['ansible_hostname'] }}.log + log file = /var/log/ceph/radosgw-{{ hostvars[host]['ansible_hostname'] }}.log rgw data = /var/lib/ceph/radosgw/ceph-rgw.{{ hostvars[host]['ansible_hostname'] }} rgw print continue = false {% if radosgw_frontend == 'civetweb' %} -- 2.47.3