osd: add meaningful message for journal_size

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/1889/head
Sébastien Han 2017-09-13 23:48:41 -06:00
parent f67b47d056
commit 660893e70e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- name: make sure journal_size configured - name: make sure journal_size configured
debug: debug:
msg: "WARNING: journal_size is configured to less than 5GB. This is not recommended and can lead to severe issues." msg: "WARNING: journal_size is configured to {{ journal_size }}, which is less than 5GB. This is not recommended and can lead to severe issues."
when: when:
- journal_size|int < 5120 - journal_size|int < 5120
- osd_objectstore == 'filestore' - osd_objectstore == 'filestore'