]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
rolling_upgrade: set sortbitwise properly
authorSébastien Han <seb@redhat.com>
Tue, 21 Aug 2018 09:15:44 +0000 (11:15 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Tue, 21 Aug 2018 14:22:45 +0000 (14:22 +0000)
commit00dab53753709fdb8a83b08b5cd24d1390aec37a
tree920fb54bee7980fedf9f2b7f4d6b8f7d8b0081d3
parentf471c51d397827a3835e878a709cf45b814becea
rolling_upgrade: set sortbitwise properly

Running 'osd set sortbitwise' when we detect a version 12 of Ceph is
wrong. When OSD are getting updated, even though the package is updated
they won't send their updated version (12) and will stick with 10 if the
command is not applied. So we have to check if OSD are sending a version
10 and then run the command to unlock the OSDs.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1600943
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 2e6e885bb75156c74735a65c05b4757b031041bb)
infrastructure-playbooks/rolling_update.yml