Evaluate cephfs pool variables

Otherwise pools with names 'cephfs_data' and 'cephfs_metadata'
are created.
pull/1992/head
Jan Provaznik 2017-10-05 10:00:20 +02:00
parent 163c87af79
commit 43e57abfd8
1 changed files with 2 additions and 2 deletions

View File

@ -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