]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
osd: bring backward compatibility with old Jewel images 2084/head
authorSébastien Han <seb@redhat.com>
Fri, 20 Oct 2017 13:15:38 +0000 (15:15 +0200)
committerSébastien Han <seb@redhat.com>
Fri, 20 Oct 2017 14:26:41 +0000 (16:26 +0200)
commit968ef04324e9064fcecfe88bc5464ad9c2673a13
tree5c1166c9304deaf8a2464d2f91c14928534c2437
parent8016d5d1a52ed7397c2b0ac3c231637cbdba427a
osd: bring backward compatibility with old Jewel images

There was a huge resync from luminous to jewel in ceph-docker:
https://github.com/ceph/ceph-docker/pull/797

This change brought a new handy function to discover partitions tight to
an OSD. This function doesn't exist in the old image so the
ceph-osd-run.sh script breaks when trying to deploy Jewel OSD with that
old Jewel image version.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-osd/tasks/docker/start_docker_osd.yml
roles/ceph-osd/templates/ceph-osd-run.sh.j2