Merge pull request #1992 from jprovaznik/pool

Evaluate cephfs pool variables
pull/1995/head
Sébastien Han 2017-10-05 12:13:47 +02:00 committed by GitHub
commit 85e012fc41
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