mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1442 from ceph/fix-hung-command
ceph-mon: change command to see if rbd existspull/1438/merge
commit
804aa529bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue