Merge pull request #935 from cdwertmann/patch-2

Remove duplicate "max open files"
pull/937/head
Leseb 2016-08-16 09:49:42 +02:00 committed by GitHub
commit 1d3374dce0
1 changed files with 0 additions and 1 deletions

View File

@ -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 %}