]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
osd: fix bad activation for dmcrypt
authorSébastien Han <seb@redhat.com>
Thu, 16 Nov 2017 13:55:08 +0000 (14:55 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 16 Nov 2017 15:54:11 +0000 (16:54 +0100)
commitf515724d7ef844a57a3f7124688ccefeb676f06d
tree47e84d73a921ebde17d3fda722e290652922fa17
parent44d92d0030189eecaab79ac2f86f2c1eea243282
osd: fix bad activation for dmcrypt

We were activating dmcrypt devices with the wrong command. Basically the
first task execute the wrong activate command. The task fails but
continues because of the 'failed_when: false'. Then the right activation
sequence is being done by the next task.

Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 80d3a242d0134de5790a015b40c8af1e37a2322b)
roles/ceph-osd/tasks/activate_osds.yml