]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
shrink-osd: fix purge osd on containerized deployment
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 13 Sep 2018 09:18:56 +0000 (11:18 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 13 Sep 2018 16:14:01 +0000 (18:14 +0200)
commit4159326a182d15376bf5e5913da4bb6281e27957
tree530c643d9f10119ca54fcd804d6b6e11b459d066
parent7a61771539aae17469d742c2ccea591e3b7ea39d
shrink-osd: fix purge osd on containerized deployment

ce1dd8d introduced the purge osd on containers but it was incorrect.

`resolve parent device` and `zap ceph osd disks` tasks must be delegated to
their respective OSD nodes.
Indeed, they were run on the ansible node, it means it was trying to
resolve parent devices from this node where it should be done on OSD
nodes.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1612095
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/shrink-osd.yml