]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
osd: bring backward compatibility with old Jewel images 2106/head
authorSébastien Han <seb@redhat.com>
Fri, 20 Oct 2017 13:15:38 +0000 (15:15 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 25 Oct 2017 15:34:17 +0000 (17:34 +0200)
commit7035a3aebffc902891b98908233659eb06c0a247
tree85ea2561df86ada45167d2e0c722172f7445f34b
parentf56e6036b729439e223f9f7956357a50764eb70d
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>
(cherry picked from commit 968ef04324e9064fcecfe88bc5464ad9c2673a13)
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