]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Remove duplicate "max open files" 935/head
authorChristoph Dwertmann <cdwertmann@gmail.com>
Tue, 16 Aug 2016 05:56:40 +0000 (15:56 +1000)
committerGitHub <noreply@github.com>
Tue, 16 Aug 2016 05:56:40 +0000 (15:56 +1000)
roles/ceph-common/templates/ceph.conf.j2

index ebff7b59e2868be29967753f6765a86d1dd728b6..35de51a2d1515db7f40f02e377715d53f43ddf6c 100644 (file)
@@ -50,7 +50,6 @@ public_network = {{ public_network }}
 {% if cluster_network is defined %}
 cluster_network = {{ cluster_network }}
 {% endif %}
-max open files = {{ max_open_files }}
 {% if common_single_host_mode is defined %}
 osd crush chooseleaf type = 0
 {% endif %}