mirror of https://github.com/ceph/ceph-ansible.git
commit
85e012fc41
|
@ -6,8 +6,8 @@
|
|||
- name: create filesystem pools
|
||||
command: "{{ docker_exec_cmd }} ceph --cluster {{ cluster }} osd pool create {{ item }} {{ osd_pool_default_pg_num }}"
|
||||
with_items:
|
||||
- cephfs_data
|
||||
- cephfs_metadata
|
||||
- "{{ cephfs_data }}"
|
||||
- "{{ cephfs_metadata }}"
|
||||
changed_when: false
|
||||
|
||||
- name: check if ceph filesystem already exists
|
||||
|
|
Loading…
Reference in New Issue