]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
common: only add a daemon section if we run on the host 1018/head
authorSébastien Han <seb@redhat.com>
Thu, 27 Jul 2017 13:50:38 +0000 (15:50 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 27 Jul 2017 14:34:17 +0000 (16:34 +0200)
commit26f4752bc475c2a85be6b08c90dc750341eac9f0
tree3a42a98cd616fd84b07823648cb9ac565d32f80f
parent233696d1b1d4c33f8a4e2963b62cf7e3e44f0372
common: only add a daemon section if we run on the host

We don't want to have heterogeous ceph.conf anymore and believe that we
should have the right section for the running daemon.
If we don't do this and use profiles, e.g: rgw, we will get a new rgw
section on some of the nodes.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/templates/ceph.conf.j2