]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-osd: don't start the OSD services twice
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 14 Oct 2020 00:43:53 +0000 (20:43 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 14 Oct 2020 13:57:52 +0000 (09:57 -0400)
commit3f610811febafca47e82b8979a375b2e74954b51
treeb0ddd91c458f508d7ede9e4146eda5f0408d642d
parentd258bf4d2de2fd38444a31b76111f13c325bba06
ceph-osd: don't start the OSD services twice

Using the + operation on two lists doesn't filter out the duplicate
keys.
Currently each OSDs is started (via systemd) twice.
Instead we could use the union filter.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 4eaa65c36256189b352c88c1058e888550adbd0f)
roles/ceph-osd/tasks/start_osds.yml