]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
config: remove code related to ceph release prior to luminous
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 29 Nov 2018 09:57:54 +0000 (10:57 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Mon, 14 Jan 2019 14:41:13 +0000 (14:41 +0000)
This part of the code is not needed since ceph-ansible@master is
intended to deploy ceph@master only.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-config/templates/ceph.conf.j2

index a21b0e4e9259f1fb8a781eccbc768ac576928a7d..4ce937f073880184465449c03f639e404e79d14f 100644 (file)
@@ -14,12 +14,6 @@ ms bind ipv6 = true
 {% if common_single_host_mode is defined and common_single_host_mode %}
 osd crush chooseleaf type = 0
 {% endif %}
-{% if ceph_release not in ['jewel', 'kraken', 'luminous'] and containerized_deployment %}
-# let's force the admin socket the way it was so we can properly check for existing instances
-# also the line $cluster-$name.$pid.$cctid.asok is only needed when running multiple instances
-# of the same daemon, thing ceph-ansible cannot do at the time of writing
-admin socket = "$run_dir/$cluster-$name.asok"
-{% endif %}
 {# NOTE (leseb): the blank lines in-between are needed otherwise we won't get any line break #}
 
 {% set nb_mon = groups.get(mon_group_name, []) | length | int %}