]> 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)
committerSébastien Han <seb@redhat.com>
Thu, 16 Nov 2017 13:55:08 +0000 (14:55 +0100)
commit80d3a242d0134de5790a015b40c8af1e37a2322b
treeb1afe90c99a1f13110aba64c32aeda838c4ac734
parentcc264d6ba6f371257ec6abccdf256077b52f0f53
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>
roles/ceph-osd/tasks/activate_osds.yml