]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Remove duplication of "osd crush chooseleaf type" 1000/head
authorProskurin Kirill <kproskurin@mirantis.com>
Wed, 28 Sep 2016 10:04:44 +0000 (13:04 +0300)
committerProskurin Kirill <kproskurin@mirantis.com>
Wed, 28 Sep 2016 15:47:46 +0000 (18:47 +0300)
Signed-off-by: Proskurin Kirill <kproskurin@mirantis.com>
roles/ceph-common/templates/ceph.conf.j2

index 61bd2cf426ae10694c9e87b448dfc9d80fe903da..a068392dc930c37073e2f1386b0f1e29212cfe8b 100644 (file)
@@ -56,9 +56,6 @@ public_network = {{ public_network }}
 {% if cluster_network is defined %}
 cluster_network = {{ cluster_network }}
 {% endif %}
-{% if common_single_host_mode is defined %}
-osd crush chooseleaf type = 0
-{% endif %}
 
 [client.libvirt]
 admin socket = {{ rbd_client_admin_socket_path }}/$cluster-$type.$id.$pid.$cctid.asok # must be writable by QEMU and allowed by SELinux or AppArmor