]> git-server-git.apps.pok.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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 14 Oct 2020 08:30:39 +0000 (10:30 +0200)
commit4eaa65c36256189b352c88c1058e888550adbd0f
tree46c84b6a4d220542919729e23de8982fb9da2fe6
parent46d4d97da9c6078a6c5ff60a39db4b4072fb902b
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>
roles/ceph-osd/tasks/start_osds.yml