]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
removed rgw print continue = false, to set it to its default value of true 456/head
authorAbhishek Varshney <abhishek.varshney@flipkart.com>
Tue, 15 Dec 2015 16:05:17 +0000 (21:35 +0530)
committerAbhishek Varshney <abhishek.varshney@flipkart.com>
Tue, 15 Dec 2015 16:05:17 +0000 (21:35 +0530)
roles/ceph-common/templates/ceph.conf.j2

index d9426ea45ebcd544bea51d7181734dfdeb277b2b..b4a063436022d5131321f6e37e72441aa981016b 100644 (file)
   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 %}