mirror of https://github.com/ceph/ceph-ansible.git
Evaluate cephfs pool variables
Otherwise pools with names 'cephfs_data' and 'cephfs_metadata' are created.pull/1992/head
parent
163c87af79
commit
43e57abfd8
|
@ -6,8 +6,8 @@
|
||||||
- name: create filesystem pools
|
- name: create filesystem pools
|
||||||
command: "{{ docker_exec_cmd }} ceph --cluster {{ cluster }} osd pool create {{ item }} {{ osd_pool_default_pg_num }}"
|
command: "{{ docker_exec_cmd }} ceph --cluster {{ cluster }} osd pool create {{ item }} {{ osd_pool_default_pg_num }}"
|
||||||
with_items:
|
with_items:
|
||||||
- cephfs_data
|
- "{{ cephfs_data }}"
|
||||||
- cephfs_metadata
|
- "{{ cephfs_metadata }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: check if ceph filesystem already exists
|
- name: check if ceph filesystem already exists
|
||||||
|
|
Loading…
Reference in New Issue