From bd7c03aa3dd9e05218842db6f3a6843039805d78 Mon Sep 17 00:00:00 2001 From: Abhishek Varshney Date: Tue, 15 Dec 2015 21:35:17 +0530 Subject: [PATCH] removed rgw print continue = false, to set it to its default value of true --- roles/ceph-common/templates/ceph.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ceph-common/templates/ceph.conf.j2 b/roles/ceph-common/templates/ceph.conf.j2 index d9426ea45..b4a063436 100644 --- a/roles/ceph-common/templates/ceph.conf.j2 +++ b/roles/ceph-common/templates/ceph.conf.j2 @@ -168,7 +168,6 @@ rgw socket path = /tmp/radosgw-{{ hostvars[host]['ansible_hostname'] }}.sock log file = /var/log/radosgw/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' %} rgw frontends = civetweb port={{ radosgw_civetweb_port }} {% endif %}