mirror of https://github.com/ceph/ceph-ansible.git
Remove duplicate "max open files"
parent
5473f92dce
commit
dde346ff30
|
@ -50,7 +50,6 @@ public_network = {{ public_network }}
|
||||||
{% if cluster_network is defined %}
|
{% if cluster_network is defined %}
|
||||||
cluster_network = {{ cluster_network }}
|
cluster_network = {{ cluster_network }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
max open files = {{ max_open_files }}
|
|
||||||
{% if common_single_host_mode is defined %}
|
{% if common_single_host_mode is defined %}
|
||||||
osd crush chooseleaf type = 0
|
osd crush chooseleaf type = 0
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue