mirror of https://github.com/ceph/ceph-ansible.git
removed rgw print continue = false, to set it to its default value of true
parent
f64920e233
commit
bd7c03aa3d
|
@ -168,7 +168,6 @@
|
||||||
rgw socket path = /tmp/radosgw-{{ hostvars[host]['ansible_hostname'] }}.sock
|
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/radosgw/radosgw-{{ hostvars[host]['ansible_hostname'] }}.log
|
||||||
rgw data = /var/lib/ceph/radosgw/ceph-rgw.{{ hostvars[host]['ansible_hostname'] }}
|
rgw data = /var/lib/ceph/radosgw/ceph-rgw.{{ hostvars[host]['ansible_hostname'] }}
|
||||||
rgw print continue = false
|
|
||||||
{% if radosgw_frontend == 'civetweb' %}
|
{% if radosgw_frontend == 'civetweb' %}
|
||||||
rgw frontends = civetweb port={{ radosgw_civetweb_port }}
|
rgw frontends = civetweb port={{ radosgw_civetweb_port }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue