]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-mon: fix get rbd size hanging 1598/head
authorSébastien Han <seb@redhat.com>
Mon, 12 Jun 2017 12:38:10 +0000 (14:38 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 12 Jun 2017 12:39:39 +0000 (14:39 +0200)
commit497924795db6253395932853308788e87af8b7c2
treefc1c7c53b62f207e5a6890c1d2f2910d45971f3a
parent93fc892978c4794ca1fe552407ee051ef04e96ce
ceph-mon: fix get rbd size hanging

For newly created cluster the command: ceph --cluster {{ cluster }} osd
pool get rbd size does not respond properly.
We only want to check if the rbd pool exists, so we know use an ls |
grep approach.

Closes: https://github.com/ceph/ceph-ansible/issues/1547
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mon/tasks/ceph_keys.yml