]> 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>
Thu, 24 Jan 2019 14:18:34 +0000 (14:18 +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>
(cherry picked from commit 1bbdde272f6ae2107174cd521132b4c2f7ed325a)

roles/ceph-config/templates/ceph.conf.j2

index eab650befd3d3008834e6fedd04a387bfd9aa894..8440a3e65e41adbdfd1311aad3cbe7f040f15442 100644 (file)
@@ -17,12 +17,6 @@ fsid = {{ fsid }}
 {% 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 %}