Merge "Catch an error when pool creation failed for ceph" into stable/pike

This commit is contained in:
Zuul 2018-03-17 05:41:59 +00:00 committed by Gerrit Code Review
commit 3ad0ea67eb
1 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@
command: docker exec ceph_mon ceph osd pool create {{ pool_name }} 128 128 {{ pool_type }} {{ 'erasure-profile' if pool_type == 'erasure' else '' }} disks
delegate_to: "{{ groups['ceph-mon'][0] }}"
changed_when: False
failed_when: False
run_once: True
- name: Creating ceph ruleset for cache
@ -43,7 +42,6 @@
command: docker exec ceph_mon ceph osd pool create {{ pool_name }}-cache 128 128 replicated cache
delegate_to: "{{ groups['ceph-mon'][0] }}"
changed_when: False
failed_when: False
run_once: True
when: ceph_enable_cache | bool