Merge pull request #1442 from ceph/fix-hung-command

ceph-mon: change command to see if rbd exists
pull/1438/merge
Sébastien Han 2017-04-13 15:21:26 +02:00 committed by GitHub
commit 804aa529bb
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
- include: set_osd_pool_default_pg_num.yml
- name: test if rbd exists
command: ceph --cluster {{ cluster }} osd pool stats rbd
command: ceph --cluster {{ cluster }} osd pool get rbd size
changed_when: false
failed_when: false
register: rbd_pool_exist