From: Christoph Dwertmann Date: Tue, 16 Aug 2016 05:56:40 +0000 (+1000) Subject: Remove duplicate "max open files" X-Git-Tag: v1.0.6~25^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dde346ff30adbf5aef522613101dec9d028c78e0;p=ceph-ansible.git Remove duplicate "max open files" --- diff --git a/roles/ceph-common/templates/ceph.conf.j2 b/roles/ceph-common/templates/ceph.conf.j2 index ebff7b59e..35de51a2d 100644 --- a/roles/ceph-common/templates/ceph.conf.j2 +++ b/roles/ceph-common/templates/ceph.conf.j2 @@ -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 %}