Merge pull request #1291 from guits/quick_fix

ceph-mon: Fix bug #1242
pull/1284/head
Sébastien Han 2017-02-08 11:46:31 +01:00 committed by GitHub
commit 0617f92df5
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
when:
- pool_default_pg_num is not defined
- default_pool_default_pg_num.rc == 0
- ceph_conf_overrides.global.osd_pool_default_pg_num is not defined
- (osd_pool_default_pg_num_in_overrides is not defined or not osd_pool_default_pg_num_in_overrides)
- set_fact:
osd_pool_default_pg_num: "{{ ceph_conf_overrides.global.osd_pool_default_pg_num }}"