]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
rbd: fix bug when trying to fetch key
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 5 Oct 2017 20:25:34 +0000 (22:25 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 6 Oct 2017 09:34:29 +0000 (11:34 +0200)
commitd363b0f741a1c2a4da8ff499f39f78d169e2aa11
treeb420b92af3e4bdb62402e7bd88bed55323b3a7fe
parent1121a840ef229de083146987bbc7516410a138a1
rbd: fix bug when trying to fetch key

With jewel, `bootstrap_rbd_keyring` is not set because of this condition:

```
when:
  - ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous
```

Therefore, the task `try to fetch ceph config and keys` will fail.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-rbd-mirror/tasks/docker/copy_configs.yml